forked from Countly/countly-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 895 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
36
{
"name": "countly-sdk-nodejs",
"version": "18.08.1",
"description": "Countly NodeJS SDK",
"main": "lib/countly.js",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"scripts": {
"docs": "node_modules/.bin/jsdoc lib/countly.js lib/countly-bulk.js lib/countly-bulk-user.js README.md -c jsdoc_conf.json -d docs"
},
"repository": {
"type": "git",
"url": "https://github.com/Countly/countly-sdk-nodejs"
},
"keywords": [
"Countly",
"Analytics",
"Web"
],
"author": "Countly <[email protected]> (https://count.ly/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Countly/countly-sdk-nodejs/issues"
},
"homepage": "https://count.ly/",
"dependencies": {},
"devDependencies": {
"jshint": "*",
"mocha": "*",
"jsdoc": "*",
"docdash": "1.0.0"
}
}