-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "mafiabot",
"version": "1.0.0",
"description": "A simple slackbot to help the mafia game organizer. The bot uses botkit, which inturn uses slack RTM api to communicate with slack.",
"main": "app.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/epinapala/mafiabot"
},
"keywords": [
"mafia",
"warewolf",
"slack mafia",
"slackmafia",
"slackwarewolf"
],
"author": "epinapala <[email protected]>",
"license": "GPL-3.0",
"homepage": "https://github.com/epinapala/mafiabot#readme",
"bugs": {
"url": "https://github.com/epinapala/mafiabot/issues"
},
"dependencies": {
"bluebird": "^3.4.1",
"botkit": "^0.2.2",
"minimist": "^1.2.0",
"random-words": "0.0.1",
"shuffle-array": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"botkit-mock": "amplicity/BotMock",
"chai": "^3.4.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-complexity": "^0.3.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-debug-task": "^0.1.8",
"grunt-mocha-cli": "^2.0.0"
}
}