forked from ahmader/node-zoho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "node-zoho",
"version": "0.0.29",
"description": "Simple Zoho integrations for Node.js",
"keywords": [
"zoho"
],
"main": "build/node-zoho",
"private": false,
"homepage": "https://github.com/ahmader/node-zoho",
"bugs": "https://github.com/ahmader/node-zoho/issues",
"license": "MIT",
"author": "Ahmader <[email protected]>",
"contributors": [
"Picatic E-Tickets Inc. <[email protected]>"
],
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/ahmader/node-zoho.git"
},
"dependencies": {
"xml2js": "0.4.2",
"coffee-script": "~1.7.0",
"underscore": "~1.6.0",
"async": "~0.2.9",
"request": "~2.34.0"
},
"devDependencies": {
"grunt": "0.4.4",
"grunt-jasmine-node": "~0.2.1",
"grunt-coffeelint": "0.0.10",
"grunt-contrib-watch": "~0.6.1",
"grunt-jasmine-bundle": "~0.2.0",
"grunt-bump": "0.0.13"
},
"scripts": {
"prepublish": "coffee --bare --compile --output build lib",
"test": "grunt travis-ci"
}
}