UNPKG

wso2is-wrapper

Version:

Wrapper to integrate with WSO2 Identity Server APIs

36 lines (35 loc) 810 B
{ "name": "wso2is-wrapper", "version": "0.1.6", "description": "Wrapper to integrate with WSO2 Identity Server APIs", "main": "src/wso2is-wrapper.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/rdemorais/wso2is-wrapper.git" }, "keywords": [ "wso2", "identity", "server", "is", "nodejs" ], "author": "Rafael de Morais <rdemorais.freitas@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/rdemorais/wso2is-wrapper/issues" }, "homepage": "https://github.com/rdemorais/wso2is-wrapper#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.3.0" }, "dependencies": { "bluebird": "^3.5.0", "node-rest-client": "^3.1.0", "soap": "^0.19.0" } }