-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
52
53
54
55
56
57
58
{
"name": "togoshi-bot",
"version": "0.0.0",
"scripts": {
"test": "mocha --require babel-polyfill --compilers js:babel-register --recursive --reporter nyan -r flow-remove-types/register",
"build": "babel src --out-dir build",
"lint": "eslint src",
"flow": "flow",
"postinstall": "babel src --out-dir build"
},
"dependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-3": "^6.24.1",
"cron": "^1.1.0",
"date-fns": "^1.28.5",
"firebase": "^4.1.3",
"hubot": "^2.16.0",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "^0.2.2",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.1.1",
"hubot-heroku-keepalive": "^1.0.0",
"hubot-maps": "0.0.2",
"hubot-pugme": "^0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^4.0.1",
"node-fetch": "^1.7.1"
},
"engines": {
"node": "6.10.2"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-register": "^6.24.1",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"firebase-mock": "^1.1.13",
"flow-bin": "^0.50.0",
"flow-remove-types": "^1.2.1",
"mocha": "^3.4.2",
"mockdate": "^2.0.1",
"proxyquire": "^1.8.0",
"rewire": "^2.5.2",
"sinon": "^2.4.1"
}
}