forked from gre/gl-react-native-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 905 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 905 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
{
"name": "gl-react-native",
"version": "1.2.0",
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
"main": "src/index.js",
"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 <tech@projectseptember.com>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.9.0 <0.13.0"
},
"dependencies": {
"invariant": "2.1.1",
"gl-react-core": "1.2.x"
},
"devDependencies": {
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.2.3"
}
}