-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
48
49
50
51
{
"name": "drfbot",
"version": "0.0.1",
"description": "DRF Slack Bot",
"main": "src/index.js",
"scripts": {
"start": "nf start",
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"repository": "yasyf/drfbot",
"keywords": [
"slack-bot",
"dorm-room-fund"
],
"author": "Yasyf Mohamedali<[email protected]>",
"bugs": {
"url": "https://github.com/yasyf/drfbot/issues"
},
"license": "MIT",
"engines": {
"node": "6.8.0"
},
"devDependencies": {
"babel-eslint": "7.0.0 ",
"eslint": "3.7.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-flowtype": "2.20.0",
"eslint-plugin-import": "2.0.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.3.0",
"flow-bin": "0.33.0",
"foreman": "2.0.0"
},
"dependencies": {
"babel-cli": "6.23.0",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-es2016": "6.22.0",
"babel-preset-react": "6.22.0",
"babel-preset-stage-1": "6.22.0",
"botkit": "0.5.1",
"botkit-storage-redis": "1.1.0",
"immutable": "3.8.1",
"moment": "2.19.3",
"node-wit": "4.2.0",
"redis": "2.6.5",
"request": "2.79.0",
"systemjs": "0.20.9",
"lodash": "4.17.5"
}
}