-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "ticktock",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ahoy-di": "^1.2.0",
"basic-auth": "^2.0.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"confit": "^2.3.0",
"cron-parser": "^2.4.5",
"dnode": "^1.2.2",
"dockerode": "^2.5.4",
"eventemitter2": "^5.0.1",
"express": "^4.16.3",
"fs-extra": "^5.0.0",
"grunt": "^1.0.2",
"inquirer": "^5.1.0",
"js-yaml": "^3.10.0",
"json5": "^0.5.1",
"knex": "^0.14.4",
"later": "^1.2.0",
"lodash": "^4.17.5",
"md5": "^2.2.1",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"node-cron": "^1.2.1",
"nodemailer": "^4.6.0",
"prettyjson": "^1.2.1",
"shortstop-concat": "^1.0.2",
"shortstop-handlers": "^1.0.1",
"sqlite3": "^4.0.0",
"uuid": "^3.2.1",
"winston": "^2.4.0"
},
"nodemonConfig": {
"ignore": [
"frontend/*"
]
}
}