-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "iobot",
"version": "0.1.0",
"private": true,
"author": "Devin Weaver <[email protected]>",
"description": "A simple helpful robot for your Meetup",
"dependencies": {
"hubot-darts": "^1.0.4",
"hubot-diagnostics": "^1.0.0",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^1.0.0",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-markov": "^2.1.0",
"hubot-plusplus": "^1.4.0",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "^1.0.0",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.4.0",
"hubot-table-flip": "^0.2.0"
},
"engines": {
"node": "12.x.x",
"npm": "6.x.x"
},
"devDependencies": {
"hubot-test-helper": "^1.3.0",
"chai": "^2.1.1",
"coffee-script": "1.6.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.11.0",
"hubot": "2.x",
"matchdep": "~0.3.0",
"mocha": "^2.1.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"scripts": {
"test": "grunt test"
}
}