Files
deployd/package.json
Ritchie Martori f0f02a7d61 Release v0.4.0
2012-04-24 16:45:38 -07:00

28 lines
529 B
JSON

{
"author": "Ritchie Martori",
"name": "deployd",
"version": "0.4.0",
"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"}
}