forked from CleverTap/clevertap-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 797 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 797 Bytes
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
{
"name": "clevertap",
"version": "1.1.0",
"description": "CleverTap API library for node",
"main": "./lib/clevertap",
"scripts": {
"test": "mocha test --timeout 5000",
"testpush": "mocha test/push_test.js --timeout 5000"
},
"repository": {
"type": "git",
"url": "https://github.com/CleverTap/clevertap-node.git"
},
"keywords": [
"node",
"CleverTap",
"mobile",
"analytics",
"push"
],
"author": "CleverTap",
"license": "MIT",
"bugs": {
"url": "https://github.com/CleverTap/clevertap-node/issues"
},
"homepage": "https://github.com/CleverTap/clevertap-node",
"dependencies": {
"querystring": "^0.2.0",
"request": "^2.69.0"
},
"engines": {
"node": "4.2.3"
},
"devDependencies": {
"mocha": "^2.4.5"
}
}