-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.69 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
59
60
61
62
63
64
65
{
"name": "bluetel-ultron",
"version": "1.0.0",
"private": true,
"author": "Alex Wilson <ajw@bluetel.co.uk>",
"description": "Bluetel Solutions Slack bot",
"dependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-hubot": "^0.2.0",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-preset-es2015": "^6.3.13",
"coffee-script": "^1.10.0",
"hubot": "2.19.0",
"hubot-auth": "2.0.0",
"hubot-bitbucket-pr": "1.0.0",
"hubot-bofh": "1.0.0",
"hubot-cron": "0.2.9",
"hubot-diagnostics": "0.0.1",
"hubot-google-images": "0.2.6",
"hubot-google-translate": "0.2.0",
"hubot-help": "0.2.0",
"hubot-heroku-keepalive": "1.0.2",
"hubot-javascript": "0.0.7",
"hubot-maps": "0.0.2",
"hubot-pugme": "0.1.0",
"hubot-redis-brain": "0.0.3",
"hubot-rules": "0.1.1",
"hubot-scripts": "2.17.0",
"hubot-shipit": "0.2.0",
"hubot-slack": "4.3.1",
"hubot-youtube": "1.0.1",
"time": "0.11.4",
"whatsforlunch": "0.0.1"
},
"devDependencies": {
"babel-eslint": "*",
"eslint": "1.10.3",
"eslint-config-airbnb": "4.0.0",
"chai": "3.5.0",
"mocha": "3.1.2",
"sinon": "1.17.4",
"sinon-chai": "2.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bluetel-solutions/ultron"
},
"bugs": {
"url": "https://github.com/bluetel-solutions/ultron/issues"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec --compilers js:babel-core/register && npm run-script lint",
"start": "./bin/ultron -a slack",
"start-local": "./bin/ultron"
},
"license": "MIT",
"bin": {
"ultron": "./bin/ultron"
},
"engines": {
"node": "0.10.x"
}
}