-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
50
51
52
53
54
{
"name": "react-native-form-composer",
"version": "1.1.4",
"description": "Generate Awesome Forms In an easy way",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/majus28/react-native-form-composer.git"
},
"_npmUser": {
"name": "majus28",
"email": "[email protected]"
},
"author": "Majushan",
"license": "MIT",
"bugs": {
"url": "https://github.com/majus28/react-native-form-composer/issues"
},
"homepage": "https://github.com/majus28/react-native-form-composer#readme",
"keywords": [
"android",
"ios",
"react",
"native",
"react-native",
"native-modules",
"form",
"form generator",
"generator",
"builder"
],
"dependencies": {
"fs-extra": "^3.0.1",
"lodash": "^4.17.4",
"print-message": "^2.1.0",
"react-native-i18n": "^1.0.0",
"prop-types": "^15.6.0",
"react-native-keyboard-aware-scroll-view": "^0.4.*",
"user": "0.0.0"
},
"devDependencies": {
"react": "15.4.2",
"react-native": "0.41.1",
"native-base": "^2.0.6"
},
"peerDependencies": {
"react-native": ">=0.41.1",
"react": ">=15.4.2-alpha.3",
"native-base": "^2.0.6"
}
}