forked from zoho/zohocrm-nodejs-sdk-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 800 Bytes
/
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
{
"name": "@zohocrm/nodejs-sdk-2.0",
"version": "5.0.0",
"description": "Node JS SDK for Zoho CRM",
"main": "routes/initializer",
"repository": {
"type": "git",
"url": "https://github.com/zoho/zohocrm-nodejs-sdk-2.0"
},
"keywords": [
"Node",
"Zoho",
"CRM",
"OAuth2",
"API"
],
"author": "Zoho CRM API Team ([email protected])",
"license": "Apache-2.0",
"dependencies": {
"form-data": "^3.0.0",
"got": "^11.2.0",
"mysql": "^2.18.1",
"tunnel": "0.0.6",
"winston": "^3.2.1"
},
"devDependencies": {
"date": "^1.0.2",
"string-format": "^2.0.0",
"utils": "^0.3.1"
},
"homepage": "https://github.com/zoho/zohocrm-nodejs-sdk-2.0#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}