-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2 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
74
75
76
77
78
79
80
81
{
"_args": [
[
"react-native-youtube@1.1.0",
"/Users/carterroh/Desktop/chopchop/EnglihsChopChop_Client/chopchopclient"
]
],
"_from": "react-native-youtube@1.1.0",
"_id": "react-native-youtube@1.1.0",
"_inBundle": false,
"_integrity": "sha512-/+xy09Bq4rdoUyMsDAVtflOje6mh6MK8V8D4+qC0d8EM7mSyrdrmo9rtlfQwCsGtnb+Uak46ILevyJb0FTFeHg==",
"_location": "/react-native-youtube",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-youtube@1.1.0",
"name": "react-native-youtube",
"escapedName": "react-native-youtube",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-youtube/-/react-native-youtube-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/Users/carterroh/Desktop/chopchop/EnglihsChopChop_Client/chopchopclient",
"author": {
"name": "Param Aggarwal"
},
"bugs": {
"url": "https://github.com/inProgress-team/react-native-youtube/issues"
},
"dependencies": {
"prop-types": "^15.5.0"
},
"description": "A <YouTube/> component for React Native.",
"devDependencies": {
"prettier": "^1.10.2"
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/inProgress-team/react-native-youtube#readme",
"keywords": [
"youtube",
"react",
"react-native"
],
"license": "MIT",
"main": "main.js",
"name": "react-native-youtube",
"peerDependencies": {
"react-native": ">=0.37"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"printWidth": 100
},
"repository": {
"type": "git",
"url": "git+https://github.com/inProgress-team/react-native-youtube.git"
},
"rnpm": {
"android": {
"packageInstance": "new ReactNativeYouTube()"
},
"assets": [
"assets"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}