mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-25 16:11:26 +08:00
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"author": "ritch",
|
|
"name": "Deployd",
|
|
"version": "0.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Deployd/Deployd.git"
|
|
},
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": "~v0.5.0-pre"
|
|
},
|
|
"dependencies": {
|
|
"express": ">= 2.0.0",
|
|
"underscore": ">= 1.0.0",
|
|
"mongodb": ">= 0.9.0"
|
|
},
|
|
"devDependencies": {}
|
|
} |