-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.94 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.94 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_args": [
[
"react-native-device-info@0.15.3",
"/Users/macbookpro/Documents/Development/demco/mobileapp"
]
],
"_from": "react-native-device-info@0.15.3",
"_id": "react-native-device-info@0.15.3",
"_inBundle": false,
"_integrity": "sha512-MxNmGXPptMtrXw/vP3XhULswAyFxxHdpvbF70OOMpK9zyaXyMlso1ESdHuZFE+pNcfY/3ibPZqx3QlATK8rahw==",
"_location": "/react-native-device-info",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-device-info@0.15.3",
"name": "react-native-device-info",
"escapedName": "react-native-device-info",
"rawSpec": "0.15.3",
"saveSpec": null,
"fetchSpec": "0.15.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-0.15.3.tgz",
"_spec": "0.15.3",
"_where": "/Users/macbookpro/Documents/Development/demco/mobileapp",
"author": {
"name": "Rebecca Hughes",
"email": "rebecca@learnium.net",
"url": "https://github.com/rebeccahughes"
},
"bugs": {
"url": "https://github.com/rebeccahughes/react-native-device-info/issues"
},
"contributors": [
{
"name": "Gant Laborde",
"email": "gant@infinite.red",
"url": "https://github.com/gantman"
}
],
"description": "Get device information using react-native",
"devDependencies": {
"np": "^2.16.0",
"prettier": "^1.10.2"
},
"homepage": "https://github.com/rebeccahughes/react-native-device-info#readme",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"windows",
"device",
"events",
"cocoapod"
],
"license": "MIT",
"main": "deviceinfo.js",
"name": "react-native-device-info",
"repository": {
"type": "git",
"url": "git+https://github.com/rebeccahughes/react-native-device-info.git"
},
"scripts": {
"shipit": "np"
},
"typings": "./deviceinfo.d.ts",
"version": "0.15.3"
}