forked from arb/celebrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 977 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": "celebrate",
"version": "3.0.0",
"description": "A joi validation middleware for Express.",
"main": "lib/index.js",
"scripts": {
"lint": "belly-button -f",
"test": "npm run lint && lab -v -a code -p -t 100"
},
"repository": {
"type": "git",
"url": "git+https://github.com/continuationlabs/celebrate.git"
},
"keywords": [
"joi",
"validation",
"express",
"middleware"
],
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/continuationlabs/celebrate/issues"
},
"homepage": "https://github.com/continuationlabs/celebrate#readme",
"dependencies": {
"escape-html": "1.0.3",
"fastseries": "1.7.2"
},
"peerDependencies": {
"joi": "9.x.x"
},
"devDependencies": {
"belly-button": "3.x.x",
"code": "3.x.x",
"joi": "9.x.x",
"lab": "11.x.x"
},
"engines": {
"node": ">=4.0.0"
}
}