-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.27 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
48
49
{
"name": "formsy-react-native",
"version": "0.0.4",
"description": "A form input builder and validator for React-Native (based on formsy-react)",
"main": "src/index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/track0x1/formsy-react-native.git"
},
"keywords": [
"react",
"native",
"formsy",
"form",
"validator"
],
"author": "Tom Beute <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/track0x1/formsy-react-native/issues"
},
"homepage": "https://github.com/track0x1/formsy-react-native#readme",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-preset-react-native": "^3.0.0",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "^7.2.1",
"prop-types": "^15.5.10",
"react": "next",
"react-native": "^0.47.1"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "^0.46.1"
}
}