mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
58 lines
1.1 KiB
JSON
Executable File
58 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "coriolis_shipyard",
|
|
"authors": [
|
|
"Colin McLeod <colin@mcleod.eu>"
|
|
],
|
|
"description": "Coriolis Shipyard for Elite Dangerous",
|
|
"main": "app/app.js",
|
|
"keywords": [
|
|
"elite",
|
|
"shipyard"
|
|
],
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"d3": "~3.5.5",
|
|
"ng-lodash": "~0.2.0",
|
|
"ui-router-extras": "0.0.13",
|
|
"angular-ui-router": "^0.2.15",
|
|
"d3-tip": "~0.6.7",
|
|
"ng-sortable": "~1.2.1",
|
|
"lz-string": "~1.4.3",
|
|
"angular": "~1.4.0"
|
|
},
|
|
"overrides": {
|
|
"angular": {
|
|
"main": "angular.min.js"
|
|
},
|
|
"angular-ui-router": {
|
|
"main": "release/angular-ui-router.min.js"
|
|
},
|
|
"d3": {
|
|
"main": "d3.min.js"
|
|
},
|
|
"ng-lodash": {
|
|
"main": "build/ng-lodash.min.js"
|
|
},
|
|
"ui-router-extras": {
|
|
"main": [
|
|
"release/modular/ct-ui-router-extras.core.min.js",
|
|
"release/modular/ct-ui-router-extras.sticky.min.js"
|
|
]
|
|
},
|
|
"ng-sortable": {
|
|
"main": "dist/ng-sortable.min.js"
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"angular": "~1.4.0"
|
|
}
|
|
}
|