UNPKG

1.23 kBJSONView Raw
1{
2 "name": "apiconnect-cli-util",
3 "version": "6.0.1",
4 "description": "A set of utilities used by the apic toolkit clis",
5 "keywords": [
6 "apiconnect",
7 "apic",
8 "toolkit apic",
9 "ibm apiconnect",
10 "ibm api connect"
11 ],
12 "main": "index.js",
13 "scripts": {
14 "pretest": "eslint --ignore-path .gitignore .",
15 "cov": "tap --bail --timeout 20000 --cov --coverage-report=lcov test/test-*.js",
16 "test": "tap --bail --timeout 20000 --reporter=spec test/test-*.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.ibm.com/apimesh/apiconnect-cli-util.git"
21 },
22 "dependencies": {
23 "apiconnect-apim-client": "^2.x",
24 "apiconnect-collective-controller-api": "^2.x",
25 "apiconnect-config": "^1.x",
26 "bluebird": "^1.x",
27 "chance": "0.7.7",
28 "debug": "2.2.x",
29 "lodash": "4.0.x",
30 "request-promise": "^2.0.1",
31 "strong-globalize": "^2.x"
32 },
33 "devDependencies": {
34 "eslint": "^2.x",
35 "eslint-config-apiconnect": "^2.x",
36 "mocha": "2.2.5",
37 "nock": "^7.x",
38 "sinon": "^1.x",
39 "sinon-as-promised": "^4.x",
40 "tap": "^5.7.0"
41 },
42 "engines": {
43 "node": ">=4"
44 },
45 "author": "IBM API Management",
46 "license": "SEE LICENSE IN LICENSE.txt"
47}