-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
42 lines (42 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
37
38
39
40
41
42
{
"name": "jpurify",
"description": "jPurify is a plugin that automatically adds XSS-safety to jQuery based on DOMPurify",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"cross site scripting",
"dom",
"filter",
"html",
"mathml",
"purify",
"sanitize",
"sanitizer",
"secure",
"security",
"svg",
"xss"
],
"version": "0.3",
"author": {
"name": "Mario Heiderich",
"email": "mario@cure53.de",
"url": "https://cure53.de/"
},
"licenses": [
{
"type": "MPL",
"url": "https://github.com/cure53/jPurify/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/cure53/jPurify.git"
},
"bugs": "https://github.com/cure53/jPurify/issues",
"homepage": "https://github.com/cure53/jPurify",
"dependencies": {
"dompurify": "*",
"jquery": ">=1.5.2"
}
}