-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 930 Bytes
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
{
"name": "react-native-super-chooser",
"version": "1.5.4",
"description": "a chooser of react-native",
"main": "./index.js",
"scripts": {
"lint": "standard --verbose | snazzy"
},
"standard": {
"parser": "babel-eslint"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fansenze/react-native-super-chooser.git"
},
"keywords": [
"react",
"react-native",
"select",
"chooser"
],
"author": "senze.fan",
"license": "MIT",
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": ">=0.47.0"
},
"bugs": {
"url": "https://github.com/fansenze/react-native-super-chooser/issues"
},
"homepage": "https://github.com/fansenze/react-native-super-chooser#readme",
"directories": {
"lib": "lib"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"snazzy": "^7.0.0",
"standard": "*"
}
}