forked from Countly/countly-sdk-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.07 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
44
45
46
47
48
49
50
{
"name": "countly-sdk-web",
"version": "20.4.0",
"description": "Countly Web SDK",
"main": "lib/countly.js",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"scripts": {
"docs": "node_modules/.bin/jsdoc lib/countly.js README.md -c jsdoc_conf.json -d docs",
"build": "webpack",
"pretest": "eslint .",
"test": "casperjs test test/tests_*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Countly/countly-sdk-web"
},
"keywords": [
"Countly",
"Analytics",
"Web"
],
"author": "Countly <[email protected]> (https://count.ly/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Countly/countly-sdk-web/issues"
},
"homepage": "https://count.ly/",
"dependencies": {},
"devDependencies": {
"casperjs": "*",
"docdash": "*",
"eslint": "*",
"jsdoc": "*",
"webpack": "^4.28.4",
"webpack-cli": "^3.3.11"
},
"npmName": "countly-sdk-web",
"npmFileMap": [
{
"basePath": "lib",
"files": [
"countly.min.js"
]
}
]
}