{ "name": "coriolis-data", "version": "2.9.17", "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" } }