forked from FaridSafi/react-native-gifted-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 952 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
{
"name": "react-native-gifted-form",
"version": "0.0.13",
"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-component",
"react-native",
"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.0.0",
"moment": "^2.14.1",
"react-native-button": "^1.6.0",
"react-native-gifted-spinner": "^0.0.5",
"react-native-google-places-autocomplete": "^1.2.0",
"react-timer-mixin": "^0.13.3",
"validator": "^5.4.0"
}
}