UNPKG

ibm-igc-rest

Version:

Re-usable functions for interacting with IBM Information Governance Catalog's REST API

62 lines (61 loc) 1.35 kB
{ "name": "ibm-igc-rest", "version": "1.0.3", "description": "Re-usable functions for interacting with IBM Information Governance Catalog's REST API", "main": "./index.js", "files": [ "index.js", "bin", "LICENSE" ], "dependencies": { "ibm-iis-commons": ">=0.7.0", "pretty-data": ">=0.40.0", "prompt": ">=1.0.0", "request": "^2.81.0", "underscore": ">=1.8.3", "yargs": ">=6.6.0" }, "bin": { "generateIGCRESTDocumentation": "bin/generateIGCRESTDocumentation.js", "findAssets": "bin/findAssets.js" }, "devDependencies": { "jsdoc": "^3.4.0", "jshint": "^2.9.1", "mocha": "^2.4.5" }, "engines": { "node": ">=4.2.4" }, "scripts": { "test": "jshint --exclude ./node_modules/", "doc": "jsdoc -c jsdoc/config.json" }, "keywords": [ "ibm", "igc", "restapi", "information server", "information governance catalog", "rest api" ], "author": { "name": "IBM Corp." }, "contributors": [ { "name": "Christopher Grote", "email": "chris@thegrotes.net" } ], "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/IBM/node-igc-rest.git" }, "bugs": { "url": "https://github.com/IBM/node-igc-rest/issues" }, "homepage": "https://github.com/IBM/node-igc-rest" }