forked from expo/browser-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.47 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.47 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
{
"name": "@flyskywhy/react-native-browser-polyfill",
"version": "2.0.2",
"sideEffects": false,
"description": "Browser polyfill with native canvas 2d 3d for making React Native compatible with web libs like zdog (and pixi.js, three.js, phaser.js to be validated)",
"homepage": "https://github.com/flyskywhy/react-native-browser-polyfill#readme",
"bugs": {
"url": "https://github.com/flyskywhy/react-native-browser-polyfill/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/flyskywhy/react-native-browser-polyfill.git"
},
"keywords": [
"2d",
"3d",
"browser",
"document",
"dogz",
"dom",
"offscreen-canvas",
"polyfill",
"react",
"react-native",
"shim",
"web",
"window",
"zdog"
],
"private": false,
"author": {
"email": "bacon@expo.io",
"name": "Evan Bacon"
},
"contributors": [
{
"name": "Li Zheng",
"email": "flyskywhy@gmail.com",
"url": "https://github.com/flyskywhy"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"main": "src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"@flyskywhy/react-native-gcanvas": "*",
"react": "*",
"react-native": "*"
},
"dependencies": {
"@canvas/image-data": "^1.0.0",
"atob": "2.1.2",
"btoa": "1.2.1",
"buffer": "^5.6.0",
"fbjs": "^1.0.0",
"text-encoding": "^0.7.0",
"xmldom-qsa": "^1.0.3"
}
}