-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 922 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": "mongoose-sanitizer",
"version": "1.0.0",
"description": "Mongoose Sanitizer Plugin",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.0",
"gulp-mocha": "^2.1.1",
"mongoose": "^4.0.5",
"sanitizer": "^0.1.2",
"traverse": "^0.6.6"
},
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.0",
"gulp-mocha": "^2.1.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/fauria/mongoose-sanitizer.git"
},
"keywords": [
"mongoose",
"xss",
"sanitizer"
],
"author": "Fer Uría <fauria@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fauria/mongoose-sanitizer/issues"
},
"homepage": "https://github.com/fauria/mongoose-sanitizer"
}