-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1018 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
45
{
"name": "roll-slack-bot",
"version": "0.5.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"dev": "DEBUG=* node lib/index.js",
"test": "grunt test:all",
"watch": "grunt watch:all",
"tun": "lt --port 5000 -s roll"
},
"author": "eephillip",
"license": "MIT",
"dependencies": {
"async": "^2.6.3",
"axios": "^0.21",
"body-parser": "^1.19.0",
"debug": "^4.3.1",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"gpg": "^0.6.0",
"mongodb": "^3.6",
"pretty-bytes": "^5.4.1",
"pug": "^3.0.0",
"roll": "1.2.0",
"shortid": "^2.2.16",
"text-table": "^0.2.0"
},
"devDependencies": {
"localtunnel": "^1.9.2",
"chai": "^4.2.0",
"grunt": "^1.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^8.2.0"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/eephillip/roll-slack-bot.git"
}
}