package.json 810 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2
{
  "name": "gl-react-native",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
3
  "version": "2.21.0",
4
  "description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
5 6
  "repository": {
    "type": "git",
7
    "url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
8
  },
9 10 11 12
  "bugs": {
    "url": "https://github.com/ProjectSeptemberInc/gl-react-native/issues"
  },
  "homepage": "https://github.com/ProjectSeptemberInc/gl-react-native#readme",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
13 14
  "keywords": [
    "gl",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
15 16
    "opengl",
    "react",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
17 18 19 20 21
    "react-native"
  ],
  "author": "Project September <tech@projectseptember.com>",
  "license": "MIT",
  "peerDependencies": {
22
    "react-native": "^0.21.0",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
23
    "gl-react": "^2.2.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
24 25
  },
  "dependencies": {
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
26 27
    "invariant": "2.2.0",
    "promise-defer": "1.0.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
28 29
  }
}