package.json 679 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",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "github.com:ProjectSeptemberInc/gl-react-native.git"
  },
  "keywords": [
    "gl",
    "react-native"
  ],
  "author": "Project September <tech@projectseptember.com>",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "^0.9.0"
  },
  "dependencies": {
20 21
    "invariant": "^2.1.0",
    "react-native": "^0.9.0"
22 23 24 25
  },
  "devDependencies": {
    "eslint": "^1.1.0",
    "eslint-plugin-react": "^3.2.3"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
26 27
  }
}