This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
forked from lesliesam/react-native-wheel-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.65 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
56
57
{
"_args": [
[
"@valudio/[email protected]",
"/Users/gonzalo/Documents/Valudio/amb-bod"
]
],
"_from": "@valudio/[email protected]",
"_id": "@valudio/[email protected]",
"_inBundle": false,
"_integrity": "sha512-ZG3JDkqXOcHFli2liE7FUNyrQEQQaYp9KdkYkF07sO+eqvpw7E/n3Nma9igxvwr02mKrnzWsB11Bcuahout+OA==",
"_location": "/@valudio/react-native-wheel-picker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@valudio/[email protected]",
"name": "@valudio/react-native-wheel-picker",
"escapedName": "@valudio%2freact-native-wheel-picker",
"scope": "@valudio",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "http://npm.valudio.com/@valudio%2freact-native-wheel-picker/-/react-native-wheel-picker-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/Users/gonzalo/Documents/Valudio/amb-bod",
"author": {
"name": "Yu Zheng"
},
"bugs": {
"url": "https://github.com/valudio/react-native-wheel-picker/issues"
},
"dependencies": {},
"description": "React native cross platform picker.",
"homepage": "https://github.com/valudio/react-native-wheel-picker#readme",
"keywords": [
"react-native",
"picker",
"wheel"
],
"license": "ISC",
"main": "index.js",
"name": "@valudio/react-native-wheel-picker",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/valudio/react-native-wheel-picker.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.2"
}