forked from z0mt3c/node-restify-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 862 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
43
{
"name": "node-restify-validation",
"version": "1.3.0",
"author": {
"name": "Timo Behrmann"
},
"contributors": [
"Marcos Sanz",
"Guillaume Chauvet",
"Stefan Schärmeli"
],
"license": "MIT",
"keywords": [
"rest",
"api",
"restify",
"validation"
],
"repository": {
"type": "git",
"url": "git://github.com/z0mt3c/node-restify-validation.git"
},
"bugs": {
"url": "https://github.com/z0mt3c/node-restify-validation/issues"
},
"scripts": {
"test": "mocha --recursive test"
},
"main": "lib/index",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "3.10.x",
"validator": "3.22.x"
},
"devDependencies": {
"restify": ">=2.8.1 <5.0.0",
"mocha": "3.1.x",
"sinon": "1.11.x",
"should": "11.1.x",
"supertest": "2.0.x",
"coveralls": "2.12.x"
}
}