forked from gre/gl-react-native-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 810 Bytes
/
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
{
"name": "gl-react-native",
"version": "2.22.0",
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git"
},
"bugs": {
"url": "https://github.com/ProjectSeptemberInc/gl-react-native/issues"
},
"homepage": "https://github.com/ProjectSeptemberInc/gl-react-native#readme",
"keywords": [
"gl",
"opengl",
"react",
"react-native"
],
"author": "Project September <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.22.0",
"gl-react": "^2.2.0"
},
"dependencies": {
"invariant": "2.2.0",
"promise-defer": "1.0.0"
}
}