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": "*",
|
2013-12-18 05:34:25 +04:00
|
|
|
"request": "2.30.x",
|
2013-12-17 05:07:40 +04:00
|
|
|
"restify": "*",
|
2013-12-18 05:34:25 +04:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|