forked from guymorita/oaktree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.05 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
{
"name": "oaktree",
"version": "0.1.1-71",
"engine": "node >= 0.8.x",
"description": "Server for Hatch",
"private": true,
"dependencies": {
"async": "*",
"mongoose": "*",
"supertest": "0.7.x",
"underscore": "*",
"express": "3.3",
"azure": "*",
"apn": "1.3.8",
"url": "0.7.9",
"pwd": "0.0.2",
"mocha-lcov-reporter": "0.0.1"
},
"devDependencies": {
"coveralls": "2.1.x",
"travis-cov": "0.2.x",
"blanket": "1.1.5",
"mocha-lcov-reporter": "0.0.1",
"grunt": "0.4.1",
"grunt-cli": "0.1.7",
"chai": "*",
"mocha": "*",
"grunt-mocha-test": "0.6.2",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-watch": "0.5.1",
"grunt-mocha-cov": "0.0.4",
"sinon-chai": "2.4.0",
"sinon": "1.7.3",
"grunt-blanket-mocha": "0.2.0",
"q": "~0.9.6"
},
"scripts": {
"test": "grunt test",
"blanket": {
"pattern": "config",
"data-cover-never": "node_modules"
},
"start": "app.js"
},
"subdomain": "oaktree",
"engines": {
"node": "0.10.x"
}
}