-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "heroku-kafka",
"description": "heroku plugin to manage heroku kafka",
"version": "2.12.0",
"author": "Heroku [email protected]",
"bugs": {
"url": "https://github.com/heroku/heroku-kafka-jsplugin/issues"
},
"dependencies": {
"@heroku/no-kafka": "^2.4.1",
"co": "4.6.0",
"co-wait": "0.0.0",
"debug": "2.6.8",
"heroku-cli-addons": "1.2.19",
"heroku-cli-util": "^8.0.12",
"humanize-plus": "^1.8.2",
"lodash.uniqby": "4.7.0",
"node-spinner": "0.0.4"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"coveralls": "^2.11.12",
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.0.2",
"nock": "^8.0.0",
"np": "2.15.0",
"nyc": "^8.1.0",
"proxyquire": "^1.7.10",
"testdouble": "^3.2.2"
},
"files": [
"commands",
"lib"
],
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "commands/index.js",
"repository": "heroku/heroku-kafka-jsplugin",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"qtest": "mocha",
"release": "np",
"standardize": "standard --fix",
"test": "eslint commands lib test && nyc mocha"
}
}