-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 839 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
37
38
39
40
41
42
{
"name": "cockblock",
"version": "2.0.1",
"homepage": "http://github.com/rymohr/cockblock",
"repository": "http://github.com/rymohr/cockblock",
"description": "Keep your pants on, xss",
"keywords": [
"xss",
"html",
"security",
"sanitation",
"sanitize",
"sanitizer",
"javascript",
"js",
"node",
"browser"
],
"bugs": {
"url": "https://github.com/rymohr/cockblock/issues",
"email": "[email protected]"
},
"license": "MIT",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"browserify": "~9.0.3",
"browserify-shim": "~3.8.3",
"chai": "~1.9.0",
"cheerio": "^0.22.0",
"jquery": "^3.2.1",
"mocha": "~1.17.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"cheerio": "global:$"
}
}