galaxy-api/package.json

23 строки
421 B
JSON
Исходник Обычный вид История

2013-12-14 03:11:36 +04:00
{
"name": "galaxy-api",
"version": "0.0.1",
"dependencies": {
2013-12-15 04:01:02 +04:00
"lodash": "*",
2013-12-14 03:11:36 +04:00
"node-restify-swagger": "*",
"node-restify-validation": "*",
"redis": "*",
"request": "2.30.x",
2013-12-17 05:07:40 +04:00
"restify": "*",
"node-uuid": "1.4.*",
2013-12-17 05:07:40 +04:00
"ws": "*"
2013-12-14 03:11:36 +04:00
},
"engines": {
"node": ">=0.8.x",
"npm": ">=1.1.x"
},
"repository": {
"type": "git",
"url": "git://github.com/cvan/galaxy-api.git"
}
}