-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 851 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
{
"name": "slack-mafia-partygame",
"version": "1.4.0",
"description": "A slack bot that moderates mafia games",
"main": "./build/main.js",
"scripts": {
"start": "node .",
"startdev": "MAFIA_ENV=DEBUG node .",
"dev": "backpack",
"build": "backpack build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/mtmvu/slack-mafia-partygame",
"author": "mtmvu",
"license": "MIT",
"keywords": [
"Slack",
"slackbot",
"node",
"mafia",
"werewolf",
"game"
],
"engines": {
"node": "6.9.4"
},
"dependencies": {
"async": "^2.1.4",
"backpack-core": "0.2.0",
"dotenv": "^4.0.0",
"lodash": "^4.17.4",
"request": "^2.79.0",
"slack-node": "^0.1.8",
"slackbots": "^1.0.2",
"sqlite3": "^3.1.8"
},
"devDependencies": {}
}