package.json 944 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2
{
  "name": "gl-react-native",
Gaëtan Renaudeau's avatar
1.1.2  
Gaëtan Renaudeau committed
3
  "version": "1.1.2",
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
  "repository": {
    "type": "git",
8
    "url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
9
  },
10 11 12 13
  "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
14 15
  "keywords": [
    "gl",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
16 17
    "opengl",
    "react",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
18 19 20 21 22
    "react-native"
  ],
  "author": "Project September <tech@projectseptember.com>",
  "license": "MIT",
  "peerDependencies": {
23
    "react-native": ">=0.9.0 <0.13.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
24 25
  },
  "dependencies": {
26
    "invariant": "2.1.0",
27
    "react-native": ">=0.9.0 <0.13.0",
28
    "gl-react-core": "1.1.x"
29 30
  },
  "devDependencies": {
31
    "eslint": "^1.3.1",
32
    "eslint-plugin-react": "^3.2.3"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
33 34
  }
}