-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.43 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
62
63
64
65
66
67
68
{
"name": "empeeric.com",
"private": true,
"version": "2.0.4",
"dependencies": {
"async": "1.5.0",
"body-parser": "1.14.2",
"cheerio": "0.19.0",
"coffee-script": "1.10.0",
"ejs": "2.3.4",
"express": "3.21.2",
"formage": "2.7.34",
"grist": "1.3.0",
"lodash-contrib": "31001.1.0",
"lru-cache": "4.0.0",
"moment": "2.10.6",
"mongoose": "3.9.7",
"nodealytics": "0.0.6",
"nodemailer": "1.11.0",
"nodestrum": "0.10.1",
"opinion": "1.0.36",
"request": "2.67.0",
"serve-static": "1.10.2",
"universal-analytics": "0.3.10"
},
"engines": {
"node": "0.11.14"
},
"scripts": {
"start": "node --harmony server",
"test": "mocha --harmony",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -x generated/**"
},
"devDependencies": {
"chai": "3.5.0",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"proxyquire": "1.7.10"
},
"jshintConfig": {
"esnext": true,
"expr": true,
"forin": true,
"freeze": true,
"globals": {
"after": true,
"before": true,
"describe": true,
"expect": true,
"it": true,
"Promise": true
},
"immed": true,
"maxdepth": 4,
"newcap": true,
"noarg": true,
"node": true,
"noempty": true,
"nonew": true,
"noyield": true,
"scripturl": true,
"sub": true,
"supernew": true,
"trailing": true,
"undef": true,
"unused": true
}
}