forked from deployd/deployd
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.28 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
{
"author": "Ritchie Martori",
"name": "deployd",
"version": "0.8.7",
"license": "Apache-2.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.9.0",
"bluebird": "^2.9.26",
"commander": "^2.2.0",
"cookies": "^0.5.0",
"corser": "^2.0.0",
"debug": "^2.1.0",
"doh": "^0.0.4",
"ejs": "^2.3.1",
"filed": "^0.1.0",
"mkdirp": "*",
"mongodb": "^2.0.39",
"opener": "^1.4.0",
"qs": "^5.2.0",
"request": "2.55.0",
"scrubber": "*",
"semver": "^4.3.3",
"send": "^0.12.2",
"shelljs": "^0.5.3",
"socket.io": "^1.3.6",
"step": "^0.0.5",
"underscore": "^1.7.0",
"validation": "*",
"wrench": "^1.5.8"
},
"devDependencies": {
"chai": "*",
"grunt": "^0.4.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^0.12.0",
"less": "*",
"mocha": "*",
"rewire": "~2.1.3",
"sinon": "~1.17.1",
"mocha-phantomjs": "^3.5.3",
"mocha-jshint": "0.0.9"
},
"bin": {
"dpd": "./bin/dpd"
},
"scripts": {
"test": "mocha --timeout 5000 && cd test-app && node runtests.js"
}
}