forked from perscrew/react-native-form-validator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "react-native-form-validator",
"version": "0.3.2",
"description": "React native library to validate form fields",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"mocha": "mocha --recursive --compilers js:babel-register --require babel-polyfill test/*.test.js",
"test": "node node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perscrew/react-native-form-validator.git"
},
"keywords": [
"react-native",
"react",
"javascript"
],
"author": "Thibaud Dervily",
"license": "ISC",
"bugs": {
"url": "https://github.com/perscrew/react-native-form-validator/issues"
},
"homepage": "https://github.com/perscrew/react-native-form-validator#readme",
"dependencies": {
"moment": "^2.11.2",
"prop-types": "15.6.0"
},
"devDependencies": {
"react": "~15.4.0",
"react-native": "^0.42.0",
"cz-conventional-changelog": "^1.1.6",
"babel-core": "^6.5.2",
"babel-preset-react-native": "^1.8.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"enzyme": "^2.4.2",
"istanbul": "^1.0.0-alpha.2",
"jsdom": "^9.4.1",
"mocha": "^2.5.2",
"react-addons-test-utils": "~15.4.0",
"react-dom": "~15.4.0",
"react-native-mock": "^0.2.8",
"sinon": "^1.17.4"
}
}