-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 996 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
{
"name": "react-native-gravityform",
"version": "1.0.14",
"description": "A component for including Gravity Forms on React Native apps via the Wordpress API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sethcwhiting/react-native-gravityform.git"
},
"keywords": [
"React",
"Native",
"Gravity",
"Form",
"Forms",
"GravityForms",
"Component",
"Wordpress",
"API",
"Headless",
"CMS"
],
"author": "Seth C Whiting",
"license": "MIT",
"bugs": {
"url": "https://github.com/sethcwhiting/react-native-gravityform/issues"
},
"homepage": "https://github.com/sethcwhiting/react-native-gravityform#readme",
"devDependencies": {
"react": "^16.7.0",
"react-native": "^0.58.3",
"react-native-base64": "0.0.2",
"react-native-form-validator": "^0.2.0",
"react-native-render-html": "^4.0.0"
}
}