mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-01-12 22:46:42 +08:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"author": "Ritchie Martori",
|
|
"name": "deployd",
|
|
"version": "0.7.0",
|
|
"description": "the simplest way to build realtime APIs for web and mobile apps",
|
|
"repository": {
|
|
"url": "git://github.com/deployd/deployd.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"main": "index",
|
|
"dependencies": {
|
|
"async": "0.1.x",
|
|
"commander": "^2.2.0",
|
|
"cookies": ">= 0.3.0",
|
|
"corser": "~1.1.1",
|
|
"debug": ">= 0.7.0",
|
|
"doh": ">=0.0.4",
|
|
"ejs": "0.7.x",
|
|
"filed": ">= 0.0.6",
|
|
"fstream": "0.1.x",
|
|
"fstream-ignore": "0.0.x",
|
|
"http-proxy": "0.8.1",
|
|
"mkdirp": "*",
|
|
"mongodb": "1.0.2",
|
|
"opener": "~1.3.0",
|
|
"q": "~0.8.9",
|
|
"qs": "~0.6.5",
|
|
"request": "2.x.x",
|
|
"scrubber": "*",
|
|
"semver": "1.1.x",
|
|
"send": "0.0.2",
|
|
"shelljs": "https://github.com/dallonf/shelljs/tarball/master",
|
|
"socket.io": "0.9.x",
|
|
"step": ">=0.0.5",
|
|
"tar": "0.1.x",
|
|
"underscore": "1.x.x",
|
|
"validation": "*",
|
|
"wrench": "1.3.x"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "*",
|
|
"dox": "*",
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "^0.1.1",
|
|
"grunt-contrib-less": "~0.5.2",
|
|
"less": "*",
|
|
"mocha": "*",
|
|
"node-markdown": "*",
|
|
"rewire": "~2.0.0",
|
|
"sinon": "~1.7.3"
|
|
},
|
|
"bin": {
|
|
"dpd": "./bin/dpd"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"docs": "node docs/src/build.js"
|
|
}
|
|
}
|