-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 860 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
{
"name": "auto-sanitize",
"version": "0.1.3",
"description": "Implementation of google-caja to unify sanitize",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/walmon/auto-sanitize.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
],
"keywords": [
"google-caja",
"iterate",
"object",
"sanitize",
"object"
],
"author": "Walter Montes <walmon93@hotmail.com> (http://waltermontes.wordpress.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/walmon/auto-sanitize/issues"
},
"devDependencies": {
"chai": "^2.0.0",
"mocha": "^2.1.0"
},
"dependencies": {
"google-caja": "0.0.2"
}
}