UNPKG

1.29 kBJSONView Raw
1{
2 "name": "node-zoho",
3 "version": "0.0.39",
4 "description": "Simple Zoho integrations for Node.js",
5 "keywords": [
6 "zoho",
7 "node"
8 ],
9 "main": "build/node-zoho",
10 "private": false,
11 "homepage": "https://github.com/ahmader/node-zoho",
12 "bugs": "https://github.com/ahmader/node-zoho/issues",
13 "license": "MIT",
14 "author": "Ahmader <ahmader@amozun.com>",
15 "contributors": [
16 "Picatic E-Tickets Inc. <api@picatic.com>"
17 ],
18 "engines": {
19 "node": ">=6.0.0"
20 },
21 "repository": {
22 "type": "git",
23 "url": "git://github.com/ahmader/node-zoho.git"
24 },
25 "dependencies": {
26 "async": "^2.6.0",
27 "coffeescript": "^2.2.1",
28 "content-disposition": "^0.5.2",
29 "request": "^2.83.0",
30 "underscore": "^1.8.3",
31 "xml2js": "^0.4.19"
32 },
33 "devDependencies": {
34 "eslint": "^4.17.0",
35 "eslint-plugin-coffeescript": "^0.2.1",
36 "grunt": "^1.0.2",
37 "grunt-bump": "^0.8.0",
38 "grunt-coffeelint": "0.0.16",
39 "grunt-contrib-watch": "^1.0.0",
40 "grunt-jasmine-bundle": "^0.4.0",
41 "grunt-jasmine-node": "^0.3.1",
42 "grunt-shrinkwrap": "^1.1.1",
43 "gruntify-eslint": "^4.0.0"
44 },
45 "scripts": {
46 "prepare": "coffee --bare --compile --output build lib",
47 "lint": "eslint lib/ --ext .coffee",
48 "test": "grunt travis-ci"
49 }
50}