mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-20 06:12:55 +08:00
28 lines
533 B
JSON
28 lines
533 B
JSON
{
|
|
"author": "Ritchie Martori",
|
|
"name": "deployd",
|
|
"version": "0.4.2",
|
|
"repository": {
|
|
"url": "git://github.com/deployd/deployd.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
},
|
|
"main":"index",
|
|
"dependencies": {
|
|
"mdoq": "0.9.0",
|
|
"mdoq-http": "0.5.x",
|
|
"mdoq-mongodb": "0.5.x",
|
|
"revalidator": "0.1.x",
|
|
"commander": "0.5.x",
|
|
"express": "2.5.x",
|
|
"formidable": "1.0.x",
|
|
"shelljs": "0.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"chai": "*"
|
|
},
|
|
"bin": {"dpd": "./bin/dpd"}
|
|
}
|