openapi-node
Version:
A Node library to interact with the Wix Hive (RESTful API)
58 lines (57 loc) • 1.36 kB
JSON
{
"name": "openapi-node",
"version": "3.0.3",
"description": "A Node library to interact with the Wix Hive (RESTful API)",
"main": "lib/WixClient.js",
"homepage": "http://dev.wix.com",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/wix-hive-node"
},
"dependencies": {
"crypto-js": "3.1.2-2",
"extend": "latest",
"http": "latest",
"lodash-node": "2.4.1",
"q": "1.0.0",
"restler": "3.2.0",
"url": "latest"
},
"devDependencies": {
"assert": "^1.1.1",
"expect.js": "^0.3.1",
"lodash": "2.4.1",
"grunt": "0.4.4",
"grunt-jsdox": "0.1.3",
"grunt-contrib-clean": "0.5.0",
"grunt-jsdoc": "0.5.4",
"ink-docstrap": "latest",
"grunt-gh-pages": "latest",
"grunt-jsbeautifier": "latest",
"mkdirp": "0.3.5",
"handlebars": "latest",
"mocha": "^1.20.1",
"supertest": "^0.13.0",
"should": "^4.0.4"
},
"engines": {
"node": ">= 0.10.20"
},
"keywords": [
"Wix",
"Hive",
"API"
],
"author": "Wix <davidz@wix.com> (http://dev.wix.com/)",
"contributors": [
"Karen Cohen <karenc@wix.com> (http://dev.wix.com/)",
"David Zuckerman <davidz@wix.com> (http://dev.wix.com/)"
],
"license": "Apache 2",
"bugs": {
"url": "https://github.com/wix/wix-hive-node/issues"
}
}