mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
26 lines
618 B
JSON
26 lines
618 B
JSON
{
|
|
"name": "coriolis-data",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cmmcleod/coriolis-data"
|
|
},
|
|
"main": "index.js",
|
|
"homepage": "http://coriolis.io",
|
|
"bugs": "https://github.com/cmmcleod/coriolis/issues",
|
|
"private": true,
|
|
"engine": "node >= 0.12.2",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "eslint --ext .json modules ships",
|
|
"test": "jasmine-node spec",
|
|
"build": "node generate_index.js"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^1.10.3",
|
|
"eslint-plugin-json": "^1.1.0",
|
|
"jasmine-node": "^1.14.5",
|
|
"uglify-js": "^2.6.1"
|
|
}
|
|
}
|