forked from deployd/deployd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"author": "Ritchie Martori",
"name": "deployd",
"version": "0.6.11",
"description": "the simplest way to build realtime APIs for web and mobile apps",
"repository": {
"url": "git://github.com/deployd/deployd.git"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "index",
"dependencies": {
"validation": "*",
"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": "*",
"wrench": "1.3.x",
"debug": ">= 0.7.0",
"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",
"underscore": "1.x.x",
"ejs": "0.7.x",
"async": "0.1.x",
"doh": ">=0.0.4",
"step": ">=0.0.5",
"forever-monitor": "1.1.x",
"keypress": "~0.1.0",
"q": "~0.8.9",
"opener": "~1.3.0",
"corser": "~1.1.1",
"semver": "1.1.x",
"qs": "~0.6.5"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"node-markdown": "*",
"dox": "*",
"less": "*",
"jshint": "*",
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.5.2"
},
"bin": {
"dpd": "./bin/dpd"
},
"scripts": {
"test": "mocha",
"docs": "node docs/src/build.js"
}
}