зеркало из https://github.com/mozilla/galaxy-api.git
32 строки
723 B
JSON
32 строки
723 B
JSON
{
|
|
"name": "galaxy-api",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"dependencies": {
|
|
"es6-promise": "*",
|
|
"lodash": "2.4.x",
|
|
"node-restify-swagger": "0.1.x",
|
|
"node-restify-validation": "0.0.x",
|
|
"redis": "0.9.x",
|
|
"request": "2.30.x",
|
|
"restify": "2.6.x",
|
|
"node-uuid": "1.4.x",
|
|
"ws": "0.4.x"
|
|
},
|
|
"devDependencies": {
|
|
"persona-faker": "https://github.com/aricha/persona-faker/tarball/master"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"persona-faker": "pushd node_modules/persona-faker && node app.js && pushd"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.x",
|
|
"npm": ">=1.1.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/cvan/galaxy-api.git"
|
|
}
|
|
}
|