forked from bsy/react-native-gifted-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "react-native-gifted-form",
"version": "0.1.2",
"description": "Form component for React Native",
"main": "GiftedForm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FaridSafi/react-native-gifted-form.git"
},
"keywords": [
"form",
"react-native",
"react",
"react-component",
"ios",
"android"
],
"author": "Farid from Safi",
"license": "MIT",
"bugs": {
"url": "https://github.com/FaridSafi/react-native-gifted-form/issues"
},
"homepage": "https://github.com/FaridSafi/react-native-gifted-form#readme",
"dependencies": {
"apsl-react-native-button": "^3.1.0",
"create-react-class": "^15.6.2",
"moment": "^2.19.1",
"prop-types": "^15.6.0",
"react-native-button": "^2.1.0",
"react-native-datepicker": "^1.3.2",
"react-native-gifted-spinner": "~0.1.0",
"react-native-google-places-autocomplete": "^1.3.6",
"react-timer-mixin": "~0.13.3",
"validator": "^9.0.0"
}
}