-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 712 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 712 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
{
"name": "csp-dev",
"version": "1.0.2",
"description": "Spec compliant content security policy builder and parser. 🚨",
"main": "src/index.js",
"scripts": {
"test": "NODE_ENV=test jasmine",
"commit": "node dev/commit.js commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muratgozel/csp-dev.git"
},
"keywords": [
"content-security-policy",
"csp-parser",
"csp-builder",
"csp"
],
"author": "Murat Gözel <murat@gozel.com.tr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/muratgozel/csp-dev/issues"
},
"homepage": "https://github.com/muratgozel/csp-dev#readme",
"devDependencies": {
"jasmine": "^3.9.0"
}
}