-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "ots-hubot",
"version": "0.0.0",
"private": true,
"author": "[email protected]",
"description": "A simple helpful robot for your Company",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"dependencies": {
"apep": "^1.3.2",
"dotty": "0.0.2",
"fuse.js": "^2.6.1",
"highland": "^2.10.1",
"hubot": "^2.6.5",
"hubot-auth": "^2.1.0",
"hubot-diagnostics": "0.0.1",
"hubot-eval-js": "^1.0.11",
"hubot-factoids": "^1.0.0",
"hubot-google-translate": "^0.2.0",
"hubot-help": "^0.2.0",
"hubot-heroku-keepalive": "^1.0.2",
"hubot-maps": "0.0.2",
"hubot-plusplus": "^1.2.5",
"hubot-pugme": "^0.1.0",
"hubot-ramda-docs": "^1.0.3",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "^0.1.1",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.0",
"hubot-slack": "^4.2.2",
"hubot-standup": "^0.1.8",
"hubot-voting": "^1.0.0",
"moment": "^2.14.1",
"moment-timezone": "^0.5.10",
"ramda": "^0.22.1",
"request": "^2.79.0",
"slackify-html": "git+https://github.com/onetwosee/slackify-html",
"underscore": "^1.8.3"
},
"engines": {
"node": "6.x.x"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"hubot-test-helper": "^1.4.4",
"mocha": "^2.5.3",
"nock": "^8.0.0"
}
}