mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-20 06:12:55 +08:00
32 lines
605 B
JSON
32 lines
605 B
JSON
{
|
|
"author": "Ritchie Martori",
|
|
"name": "deployd",
|
|
"version": "0.4.7",
|
|
"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.6.x",
|
|
"revalidator": "0.1.x",
|
|
"commander": "0.5.x",
|
|
"express": "2.5.x",
|
|
"formidable": "1.0.x",
|
|
"shelljs": "0.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"chai": "*",
|
|
"node-markdown": "*"
|
|
},
|
|
"bin": {
|
|
"dpd": "./bin/dpd",
|
|
"dpd-export": "./bin/dpd-export"
|
|
}
|
|
}
|