-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.15 KB
/
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
43
44
45
46
47
48
49
50
51
52
{
"name": "r2inspector",
"description": "Sanitization and validation schema for Mongoose models",
"version": "1.0.8",
"author": "Selçuk Fatih Sevinç",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"debug": "^2.6.3",
"dotty": "0.0.2",
"glob": "^7.1.1",
"is_js": "^0.9.0",
"traverse": "^0.6.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"mocha": "^3.2.0",
"r2base": "^1.0.2",
"r2mongoose": "^1.0.0",
"supertest": "^3.0.0"
},
"main": "index.js",
"readmeFilename": "README.md",
"keywords": [
"r2js",
"r2inspector",
"schema",
"mongoose",
"schema-inspector",
"sanitization",
"validation"
],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/r2js/r2inspector.git"
},
"bugs": {
"url": "https://github.com/r2js/r2inspector/issues"
},
"homepage": "https://github.com/r2js/r2inspector"
}