-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2 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
66
67
68
69
{
"name": "hubot-ibmcloud-service-status",
"version": "0.0.35",
"description": "Hubot script for obtaining IBM Cloud status for regions and specific service plans.",
"repository": {
"url": "https://github.com/ibm-cloud-solutions/hubot-ibmcloud-service-status",
"type": "git"
},
"scripts": {
"lint": "eslint src/**/*.js test/*.js index.js",
"start": "source config/env && hubot -a shell",
"slack": "source config/env && hubot -a slack",
"facebook": "source config/env && hubot -a fb",
"postinstall": "initDb src/nlc/NLC.json",
"test": ". test/.env && mocha --require coffee-script/register --compilers coffee:coffee-script test",
"coverage": ". test/.env && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"author": "ibm-cloud-solutions",
"license": "Apache-2.0",
"dependencies": {
"superagent": "^1.8.3",
"cheerio": "^0.20.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"coveralls": "^2.11.12",
"eslint": "^2.9.0",
"eslint-config-strongloop": "^2.0.1",
"hubot-help": "^0.2.0",
"hubot-ibmcloud-auth": "latest",
"hubot-ibmcloud-nlc": "latest",
"hubot-test-helper": "latest",
"hubot-fb": "^3.0.0",
"hubot-shell": "^1.0.2",
"hubot-slack": "^4.0.2",
"istanbul": "0.4.0",
"mocha": "^2.4.5",
"nock": "^8.0.0"
},
"peerDependencies": {
"hubot": "^2.19.0",
"hubot-cf-convenience": ">=0.0.x",
"hubot-ibmcloud-activity-emitter": ">=0.0.x",
"hubot-ibmcloud-cognitive-lib": ">=0.0.41",
"hubot-ibmcloud-formatter": ">=0.0.x",
"hubot-ibmcloud-utils": ">=0.0.x",
"i18n-2": "^0.6.3"
},
"engines": {
"node": ">= 4.2.0"
},
"main": "index.js",
"files": [
"src",
"lib",
"index.js"
],
"keywords": [
"hubot",
"hubot-scripts",
"watson",
"ibm",
"translation",
"slack",
"cloud",
"ibm cloud"
]
}