UNPKG

openshift-rest-client

Version:
64 lines (63 loc) 1.63 kB
{ "name": "openshift-rest-client", "version": "2.0.0", "description": "Node.js client for developing with OpenShift", "main": "index.js", "scripts": { "lint": "eslint lib/*.js test/*.js index.js", "test": "tape test/*-test.js | tap-spec", "coverage": "nyc npm test", "coverage:html": "nyc npm test && nyc report --reporter=html", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls", "ci": "npm run lint && npm run coveralls", "release": "standard-version" }, "files": [ "package.json", "README.md", "LICENSE", "index.js", "lib" ], "keywords": [ "Openshift", "Node.js" ], "author": { "name": "Red Hat, Inc." }, "maintainers": { "name": "Lucas Holmquist", "email": "lholmqui@redhat.com" }, "engines": { "node": ">= 8.0.0" }, "repository": { "type": "git", "url": "nodeshift/openshift-rest-client" }, "bugs": "https://github.com/nodeshift/openshift-rest-client/issues", "license": "Apache-2.0", "dependencies": { "kubernetes-client": "~6.11.0", "request": "~2.88.0" }, "devDependencies": { "coveralls": "^3.0.0", "eslint": "^5.14.1", "eslint-config-semistandard": "^13.0.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-react": "^7.0.0", "eslint-plugin-standard": "^4.0.0", "nock": "^10.0.0", "nyc": "^13.1.0", "proxyquire": "^2.0.0", "standard-version": "^5.0.0", "tap-spec": "^5.0.0", "tape": "^4.6.3" } }