-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
39 lines (39 loc) · 951 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-simple-picker",
"version": "3.1.4",
"description": "A simple picker for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puredazzle/react-native-simple-picker.git"
},
"keywords": [
"React-Native",
"Picker",
"PickerIOS"
],
"author": "Chris A",
"license": "MIT",
"files": [
"index.js"
],
"bugs": {
"url": "https://github.com/puredazzle/react-native-simple-picker/issues"
},
"homepage": "https://github.com/puredazzle/react-native-simple-picker#readme",
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1"
},
"dependencies": {
"@react-native-picker/picker": "^2.1.0",
"prop-types": "^15.5.10"
}
}