forked from alibaba/GCanvas
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
60 lines (60 loc) · 1.34 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
58
59
60
{
"name": "@flyskywhy/react-native-gcanvas",
"version": "6.0.14",
"description": "A C++ native canvas 2D/WebGL component based on gpu opengl glsl shader GCanvas",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/react-native-gcanvas.git"
},
"keywords": [
"2d",
"3d",
"android",
"babylon",
"babylon.js",
"babylonjs",
"canvas",
"dogz",
"font",
"gcanvas",
"glsl",
"gpu",
"ios",
"multiple-touches",
"native",
"offscreen-canvas",
"particles-bg",
"pixel-animation-editor",
"pixel-art-animation-editor",
"pixel-art-editor",
"pixel-gif-editor",
"pixel-editor",
"pixi",
"proton",
"react-native",
"shader",
"opengl",
"webgl",
"zdog"
],
"dependencies": {
"@flyskywhy/react-native-browser-polyfill": "^2.0.1"
},
"private": false,
"funding": [{
"type": "individual",
"url": "https://Alipay/[email protected]"
},{
"type": "individual",
"url": "https://EthAddress/0xd02fa2738dcbba988904b5a9ef123f7a957dbb3e"
}],
"license": "Apache",
"bugs": {
"url": "https://github.com/flyskywhy/react-native-gcanvas/issues"
},
"homepage": "https://github.com/flyskywhy/react-native-gcanvas#readme"
}