forked from CharlieHess/slack-poker-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 667 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 667 Bytes
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
{
"name": "slack-poker-bot",
"version": "1.0.0",
"engines": {
"node": "0.12.7"
},
"repository": "https://github.com/CharlieHess/slack-poker-bot",
"scripts": {
"start": "node src/main.js",
"test": "gulp"
},
"license": "MIT",
"devDependencies": {
"chai": "^2.2.0",
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.1",
"mocha": "^2.2.4"
},
"dependencies": {
"babel": "^5.0.12",
"imgur": "^0.1.5",
"lwip": "0.0.7",
"poker-evaluator": "^0.3.1",
"promisify-node": "^0.1.5",
"rx": "^2.5.2",
"slack-client": "^1.4.1",
"text-table": "^0.2.0",
"underscore-plus": "^1.6.6",
"uuid": "^2.0.1"
}
}