mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
28 lines
755 B
JSON
28 lines
755 B
JSON
{
|
|
"name": "coriolis-data",
|
|
"version": "2.9.13",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/EDCD/coriolis-data"
|
|
},
|
|
"main": "index.js",
|
|
"homepage": "https://coriolis.edcd.io",
|
|
"bugs": "https://github.com/EDCD/coriolis/issues",
|
|
"private": true,
|
|
"engine": "node >= 4.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint --plugin json --ext .json modules ships dist",
|
|
"jasmine": "jasmine-node spec",
|
|
"jasmine-no-stack": "jasmine-node --noStack spec",
|
|
"test": "npm run lint && npm run jasmine-no-stack",
|
|
"start": "node generate_distribution.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^2.2.0",
|
|
"eslint-plugin-json": "^1.1.0",
|
|
"jasmine-node": "^1.14.5",
|
|
"uglify-js": "^2.7.5"
|
|
}
|
|
}
|