-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "hubot-ibmcloud-utils",
"version": "0.0.14",
"description": "Common consistency utilities used across the IBM cloud family of hubot scripts",
"main": "index.js",
"scripts": {
"test": "mocha test",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"lint": "eslint src/*.js index.js"
},
"repository": {
"type": "git",
"url": "github.com/ibm-cloud-solutions/hubot-ibmcloud-utils"
},
"author": "ibm-cloud-solutions",
"license": "Apache-2.0",
"peerDependencies": {
"i18n-2": "^0.6.3"
},
"dependencies": {
"esrever": "^0.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"eslint": "^2.13.1",
"eslint-config-strongloop": "^2.0.1",
"istanbul": "0.4.0",
"mocha": "^2.4.5"
},
"files": [
"src",
"index.js"
],
"keywords": [
"hubot",
"hubot-scripts",
"ibm",
"ibm cloud",
"cloud"
]
}