Files
deployd/package.json
Ritchie Martori d200b22fe0 merged upstream
2012-07-24 09:12:07 -07:00

44 lines
922 B
JSON

{
"author": "Ritchie Martori",
"name": "deployd",
"version": "0.6.0",
"repository": {
"url": "git://github.com/deployd/deployd.git"
},
"engines": {
"node": ">= 0.6.0"
},
"main":"index",
"dependencies": {
"validation": "*",
"async-eval": "0.1.4",
"mongodb": "1.0.2",
"request": "2.x.x",
"commander": "1.0.x",
"cookies": ">= 0.3.0",
"socket.io": "0.9.x",
"filed": ">= 0.0.6",
"mkdirp": "*",
"debug": "*",
"scrubber": "*",
"shelljs": "https://github.com/dallonf/shelljs/tarball/master",
"http-proxy": "0.8.1",
"send": "0.0.2",
"fstream": "0.1.x",
"tar": "0.1.x",
"fstream-ignore": "0.0.x",
"ejs": "0.7.x"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"node-markdown": "*",
"dox": "*"
},
"bin": { "dpd": "./bin/dpd" },
"scripts": {
"test": "mocha",
"docs": "node docs/src/build.js"
}
}