-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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": "csp-report-to-google-analytics",
"version": "1.0.2",
"description": "CSP report to Google Analytics.",
"keywords": [
"CSP",
"HTTPS",
"Violation",
"analytics",
"google",
"googleanalytics"
],
"homepage": "https://github.com/azu/csp-report-to-google-analytics",
"bugs": {
"url": "https://github.com/azu/csp-report-to-google-analytics/issues"
},
"license": "MIT",
"author": "azu",
"files": [
"dist/",
"src/"
],
"main": "dist/csp-report-to-google-analytics.js",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/azu/csp-report-to-google-analytics.git"
},
"scripts": {
"start": "node ./server.js",
"build": "bili --format cjs,es,umd,umd-min src/index.js",
"watch": "bili --watch --format cjs,es,umd,umd-min src/index.js",
"prepublish": "npm run build"
},
"devDependencies": {
"bili": "^3.0.7",
"express": "^4.16.3",
"express-csp-header": "^2.2.0"
}
}