forked from gargankita/react-native-wheel-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"_args": [
[
"/Users/developer7/Desktop/wePro/wePro"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-BQPjezMmhWckUBZ5vfVpfg3SR6Y=",
"_location": "/react-native-wheel-picker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-wheel-picker",
"escapedName": "react-native-wheel-picker",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-wheel-picker/-/react-native-wheel-picker-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/developer7/Desktop/wePro/wePro",
"author": {
"name": "Yu Zheng"
},
"bugs": {
"url": "https://github.com/lesliesam/react-native-wheel-picker/issues"
},
"dependencies": {},
"description": "React native cross platform picker.",
"homepage": "https://github.com/lesliesam/react-native-wheel-picker#readme",
"keywords": [
"react-native",
"picker",
"wheel"
],
"license": "ISC",
"main": "index.js",
"name": "react-native-wheel-picker",
"repository": {
"type": "git",
"url": "git+https://github.com/lesliesam/react-native-wheel-picker.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
}