mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-16 02:57:25 +08:00
39 lines
785 B
JSON
39 lines
785 B
JSON
{
|
|
"author": "Ritchie Martori",
|
|
"name": "deployd",
|
|
"version": "0.5.0-pre",
|
|
"repository": {
|
|
"url": "git://github.com/deployd/deployd.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
},
|
|
"main":"index",
|
|
"dependencies": {
|
|
"validation": "*",
|
|
"async-eval": "0.1.2",
|
|
"mongodb": "1.0.2",
|
|
"request": "2.x.x",
|
|
"commander": "0.6.0",
|
|
"cookies": ">= 0.3.0",
|
|
"socket.io": "0.9.x",
|
|
"filed": ">= 0.0.6",
|
|
"mkdirp": "*",
|
|
"debug": "*",
|
|
"scrubber": "*",
|
|
"shelljs": "git://github.com/dallonf/shelljs.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"chai": "*",
|
|
"node-markdown": "*",
|
|
"dox": "*",
|
|
"ejs": "*"
|
|
},
|
|
"bin": { "dpd": "./bin/dpd" },
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"docs": "node docs/src/build.js"
|
|
}
|
|
}
|