UNPKG

1.03 kBJSONView Raw
1{
2 "name": "apiconnect-cli-members",
3 "version": "1.1.6",
4 "description": "Plugin for IBM API Connect Developer Toolkit",
5 "main": "index.js",
6 "keywords": [
7 "apim",
8 "apiconnect",
9 "apic",
10 "config",
11 "plugin",
12 "ibm",
13 "api",
14 "management",
15 "apic-toolkit-plugin"
16 ],
17 "dependencies": {
18 "apiconnect-cli-logger": "^1.x",
19 "apiconnect-apim-client": "^3.x",
20 "async": "^1.x",
21 "bluebird": "^3.3.0",
22 "debug": "2.2.x",
23 "lodash": "4.0.x",
24 "strong-globalize": "^2.x"
25 },
26 "scripts": {
27 "pretest": "eslint --ignore-path .gitignore .",
28 "test": "tap --bail --timeout=1000 ./test/test-*"
29 },
30 "author": "IBM API Connect",
31 "license": "SEE LICENSE IN LICENSE.txt",
32 "devDependencies": {
33 "apiconnect-cli-auth": "^3.x",
34 "apiconnect-cli-test-support": "^4.x",
35 "collab-help": "^1.0.0",
36 "eslint-config-apiconnect": "^2.x",
37 "eslint": "^2.x",
38 "md5": "^2.1.0",
39 "nock": "7.0.2",
40 "tap": "^5.4.3"
41 },
42 "engines": {
43 "node": ">=0.12"
44 }
45}