-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.31 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
{
"name": "hubot.js",
"version": "1.8.0",
"description": "A small robot written in Javascript (He does not like coffeescript)",
"main": "index.js",
"bin": {
"hubot": "index.js"
},
"scripts": {
"test": "istanbul cover --include-all-sources _mocha -- --recursive --reporter spec",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubot-js/hubot.js.git"
},
"keywords": [
"hubot",
"slack",
"docker",
"jenkins"
],
"author": "robsonbittencourt",
"license": "MIT",
"bugs": {
"url": "https://github.com/hubot-js/hubot.js/issues"
},
"homepage": "https://github.com/hubot-js/hubot.js#readme",
"dependencies": {
"slackbots": "0.5.3",
"voca": "1.4.0",
"winston": "2.4.0",
"q": "2.0.3",
"sqlite": "2.8.0",
"pm2": "2.4.6",
"dialog": "0.3.1",
"yargs": "9.0.1",
"i18next": "10.0.1",
"i18next-sync-fs-backend": "1.0.0",
"fs-extra": "4.0.2",
"gear-help": "2.1.0",
"gear-jenkins": "3.0.0",
"gear-code-review": "1.2.1",
"gear-docker": "1.1.0"
},
"devDependencies": {
"chai": "4.1.2",
"coveralls": "3.0.0",
"eslint": "4.9.0",
"eslint-config-hubot-js": "1.0.4",
"istanbul": "0.4.5",
"mocha": "4.0.1"
}
}