-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "express-req-validate",
"version": "1.1.0",
"description": "Mongoose-inspired req.query and req.body validator for express/connect servers.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/mariusc23/express-req-validate.git"
},
"keywords": [
"express",
"connect",
"query",
"body"
],
"author": "Marius Craciunoiu (http://www.mariusc23.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mariusc23/express-req-validate/issues"
},
"homepage": "https://github.com/mariusc23/express-req-validate",
"devDependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"debug": "^2.1.1",
"express": "^4.12.0",
"express-query-int": "^1.0.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-node-inspector": "^0.1.6",
"grunt-nodemon": "^0.4.0",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"superagent": "^0.21.0"
}
}