-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 852 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 852 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
{
"name": "react-native-eupage",
"version": "1.0.6",
"description": "Easy to show html, image, video fullscreen pages. ",
"main": "EUPage.js",
"peerDependencies": {
"react-native": ">= 0.4.3"
},
"devDependencies": {},
"files": [
"RCTEUPage.xcodeproj",
"RCTEUPageView.h",
"RCTEUPageView.m",
"RCTEUPageViewManager.h",
"RCTEUPageViewManager.m",
"README.md",
"LICENSE",
"EUPage.js"
],
"repository": {
"type": "git",
"url": "https://github.com/mmslate/react-native-eupage.git"
},
"keywords": [
"react-native-eupage",
"react-component",
"react-native",
"ios"
],
"author": "wangliqun, linyize",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmslate/react-native-eupage/issues"
},
"homepage": "https://github.com/mmslate/react-native-eupage#readme"
}