mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
32 lines
541 B
JSON
32 lines
541 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-ui-router": "0.2.14"
|
|
},
|
|
"overrides": {}
|
|
}
|