package.json 897 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2
{
  "name": "gl-react-native",
Gaëtan Renaudeau's avatar
1.2.4  
Gaëtan Renaudeau committed
3
  "version": "1.2.4",
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": {
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
23
    "react-native": ">=0.9.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
24 25
  },
  "dependencies": {
26 27
    "invariant": "2.1.1",
    "gl-react-core": "1.2.x"
28 29
  },
  "devDependencies": {
30
    "eslint": "^1.3.1",
31
    "eslint-plugin-react": "^3.2.3"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
32 33
  }
}