-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 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
{
"name": "react-native-joi",
"description": "Object schema validation",
"version": "0.0.6",
"homepage": "https://github.com/GoldenOwlAsia/react-native-joi.git",
"repository": "git@github.com:GoldenOwlAsia/react-native-joi.git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"hapi",
"joi",
"schema",
"validation",
"react native",
"typescript"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"buffer": "^4.6.0",
"email-validator": "^1.0.4",
"ip-validator": "^0.0.1",
"lodash": "^4.11.1",
"moment": "2.x.x",
"util": "^0.10.3"
},
"devDependencies": {
"code": "2.x.x",
"lab": "10.x.x",
"markdown-toc": "0.12.x"
},
"scripts": {
"test": "lab -t 100 -a code -L",
"test-cov-html": "lab -r html -o coverage.html -a code",
"toc": "node generate-readme-toc.js",
"version": "npm run toc && git add API.md README.md"
},
"license": "BSD-3-Clause"
}