zoho
Version:
Node.js client library for Zoho
40 lines (39 loc) • 824 B
JSON
{
"name": "zoho",
"version": "1.0.0",
"description": "Node.js client library for Zoho",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/4yopping/zoho"
},
"keywords": [
"zoho",
"node"
],
"author": "Marco Godínez <markotom@4yopping.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/4yopping/zoho/issues"
},
"homepage": "https://github.com/4yopping/zoho",
"devDependencies": {
"faker": "^2.1.2",
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.0",
"libxmljs": "^0.18.0",
"mocha": "^2.2.1",
"rc": "^1.0.0",
"sinon": "^1.14.1"
},
"dependencies": {
"debug": "^2.2.0",
"qs": "^2.4.1"
}
}