-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 699 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 699 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
30
{
"name": "insane",
"version": "2.6.2",
"description": "Lean and configurable whitelist-oriented HTML sanitizer",
"repository": {
"type": "git",
"url": "https://github.com/bevacqua/insane.git"
},
"author": "Nicolas Bevacqua <nicolasbevacqua@gmail.com> (https://ponyfoo.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bevacqua/insane/issues"
},
"homepage": "https://github.com/bevacqua/insane",
"main": "insane.js",
"browser": {
"he": "./she.js"
},
"scripts": {
"test": "tape test/**/*.js"
},
"dependencies": {
"assignment": "2.0.0",
"he": "0.5.0"
},
"devDependencies": {
"sinon": "1.17.5",
"tape": "3.5.0"
}
}