mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
39 lines
641 B
JSON
39 lines
641 B
JSON
{
|
|
"name": "coriolis_shipyard",
|
|
"version": "0.1.0",
|
|
"authors": [
|
|
"Colin McLeod <colin@mcleod.eu>"
|
|
],
|
|
"description": "Coriolis Shipyard for Elite Dangerous",
|
|
"main": "app/app.js",
|
|
"moduleType": [
|
|
"amd"
|
|
],
|
|
"keywords": [
|
|
"elite",
|
|
"shipyard"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"d3": "~3.5.5",
|
|
"ng-lodash": "~0.2.0",
|
|
"angular-route": "~1.3.15",
|
|
"n3-line-chart": "~1.1.6"
|
|
},
|
|
"overrides": {
|
|
"nvd3": {
|
|
"main": [
|
|
"build/nv.d3.js"
|
|
]
|
|
}
|
|
}
|
|
}
|