forked from mgierw/auto-foe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 941 Bytes
/
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
{
"name": "auto-foe",
"version": "1.0.0",
"description": "",
"main": "server-start.js",
"scripts": {
"start": "node --trace-deprecation server-start.js"
},
"author": "mgierw",
"license": "ISC",
"dependencies": {
"better-console": "^0.2.4",
"cheerio": "^0.20.0",
"compression": "^1.6.2",
"console-stamp": "^0.2.2",
"express": "^4.14.0",
"lodash": "^4.15.0",
"moment": "^2.17.1",
"moment-timezone": "^0.5.10",
"node-uuid": "^1.4.7",
"request": "^2.75.0",
"tough-cookie-file-store": "^1.1.1",
"tough-cookie-filestore": "0.0.1"
},
"jshintConfig": {
"esversion": 6,
"undef": true,
"unused": true,
"predef": [
"require",
"console",
"setInterval",
"exports",
"Buffer",
"process",
"__dirname"
]
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-ts": "^6.0.0-beta.11",
"typescript": "^2.1.5"
}
}