{ "name": "webida-restful-api", "version": "0.8.1", "description": "Webida Restful API Spec & generated clients", "license": "Apache-2.0", "main": "{{sourceFolder}}{{#invokerPackage}}/{{invokerPackage}}{{/invokerPackage}}/index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha --recursive" }, "repository": { "type": "git", "url" : "https://github.com/webida/webida-restful-api.git" }, "dependencies": { "superagent": "2.1.0" }, "devDependencies": { "mocha": "~2.3.4", "expect.js": "~0.3.1" } }