-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "dndbot",
"version": "0.0.0",
"private": true,
"author": "Geoff Craig <geoff.craig@leankit.com>",
"description": "A sample bard insult bot",
"scripts": {
"dev": "babel-hubot --adapter slack"
},
"dependencies": {
"@slack/client": "^3.8.1",
"babel-core": "^6.8.0",
"babel-hubot": "^0.2.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-node5": "^11.1.0",
"coffee-script": "^1.12.2",
"gulp": "^3.6.0",
"hubot": "^2.18.0",
"hubot-announce": "~0.1.3",
"hubot-auth": "^1.2.0",
"hubot-diagnostics": "0.0.1",
"hubot-help": "^0.1.1",
"hubot-scripts": "^2.16.2",
"hubot-slack": "^3.4.2",
"lodash": "^4.3.0",
"mkdirp": "^0.5.1",
"moment-precise-range": "^0.1.1",
"request": "^2.65.0",
"roll": "^1.2.0",
"untildify": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.10.1",
"eslint-config-leankit": "^2.0.0",
"eslint-plugin-babel": "^3.2.0"
},
"engines": {
"node": "0.10.x"
}
}