Files
deployd/package.json
Ritchie Martori f27ac4ad35 Release v0.3.11
2012-04-11 19:25:45 -07:00

28 lines
530 B
JSON

{
"author": "Ritchie Martori",
"name": "deployd",
"version": "0.3.11",
"repository": {
"url": "git://github.com/deployd/deployd.git"
},
"engines": {
"node": ">= 0.6.0"
},
"main":"index",
"dependencies": {
"mdoq": "0.8.8",
"mdoq-http": "0.4.x",
"mdoq-mongodb": "0.4.x",
"revalidator": "0.1.x",
"commander": "0.5.x",
"express": "2.5.x",
"formidable": "1.0.x"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"shelljs": "*"
},
"bin": {"dpd": "./bin/dpd"}
}