package.json 797 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3
{
  "name": "gl-react-native",
  "version": "0.0.1",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
4
  "description": "OpenGL bindings for react-native to implement complex effects over images and components, in VDOM descriptive 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 19 20 21
    "react-native"
  ],
  "author": "Project September <tech@projectseptember.com>",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "^0.9.0"
  },
  "dependencies": {
22
    "invariant": "^2.1.0",
23 24
    "react-native": "^0.9.0",
    "gl-react-core": "git+ssh://git@github.com:ProjectSeptemberInc/gl-react-core.git"
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
  }
}