package.json 762 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3
{
  "name": "gl-react-native",
  "version": "0.0.1",
4
  "description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
5
  "main": "src/index.js",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
6 7 8 9 10 11
  "repository": {
    "type": "git",
    "url": "github.com:ProjectSeptemberInc/gl-react-native.git"
  },
  "keywords": [
    "gl",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
12 13
    "opengl",
    "react",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
14 15 16 17 18
    "react-native"
  ],
  "author": "Project September <tech@projectseptember.com>",
  "license": "MIT",
  "peerDependencies": {
19
    "react-native": ">=0.9.0 <0.11.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
20 21
  },
  "dependencies": {
22 23
    "invariant": "2.1.0",
    "react-native": ">=0.9.0 <0.11.0",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
24
    "gl-react-core": "^0.1.0"
25 26
  },
  "devDependencies": {
27
    "eslint": "^1.2.1",
28
    "eslint-plugin-react": "^3.2.3"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
29 30
  }
}