-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 835 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
{
"name": "react-native-form-runtime",
"version": "0.0.6",
"description": "React Native form runtime",
"main": "src/index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"keywords": [
"React-native",
"native-base",
"form-runtime",
"ios",
"android",
"json schema form",
"form validation"
],
"author": "msamirma",
"license": "MIT",
"peerDependencies": {
"react": "^16.3.1",
"react-native": "^0.55.4",
"expo": "^28.0.0",
"native-base": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msamirma/react-native-form-runtime.git"
},
"bugs": {
"url": "https://github.com/msamirma/react-native-form-runtime/issues"
},
"homepage": "https://github.com/msamirma/react-native-form-runtime#readme"
}