-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.56 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
{
"name": "hubot-ibmcloud-objectstorage-crawler",
"version": "0.0.7",
"description": "hubot-ibmcloud-objectstorage-crawler",
"main": "index.js",
"repository": {
"url": "https://github.com/ibm-cloud-solutions/hubot-ibmcloud-objectstorage-crawler",
"type": "git"
},
"scripts": {
"start": "source config/env && node runner.js",
"lint": "eslint src/**/*.js test/*.js index.js",
"test": ". test/.env && mocha 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",
"coverage-local": ". test/.env && istanbul cover -x '**/tools/**' --report lcov --report cobertura --report text --dir ./gh-pages/coverage _mocha -- test"
},
"keywords": [
"watson",
"ibm",
"object storage",
"cloud",
"ibm cloud",
"slack",
"crawler",
"hubot",
"hubot-scripts"
],
"author": "ibm-cloud-solutions",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.9.0",
"eslint-config-strongloop": "^2.0.1",
"istanbul": "0.4.0",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"coveralls": "^2.11.12"
},
"engines": {
"node": ">= 4.2.0"
},
"files": [
"src",
"index.js"
],
"dependencies": {
"csv-stringify": "^1.0.4",
"winston": "^2.2.0",
"i18n-2": "^0.6.3",
"lodash": "^4.13.1",
"request": "^2.73.0",
"watson-developer-cloud": ">=2.1.4",
"async": "^2.0.1",
"hubot-ibmcloud-cognitive-lib": "latest"
}
}