package.json 871 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2
{
  "name": "gl-react-native",
Gaëtan Renaudeau's avatar
2.1.2  
Gaëtan Renaudeau committed
3
  "version": "2.1.2",
4
  "description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
5 6
  "repository": {
    "type": "git",
7
    "url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
8
  },
9 10 11 12
  "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
13 14
  "keywords": [
    "gl",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
15 16
    "opengl",
    "react",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
17 18 19 20 21
    "react-native"
  ],
  "author": "Project September <tech@projectseptember.com>",
  "license": "MIT",
  "peerDependencies": {
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
22
    "react-native": ">= 0.16.0",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
23
    "gl-react": ">= 2.0.2"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
24 25
  },
  "dependencies": {
26
    "invariant": "2.2.0"
27 28
  },
  "devDependencies": {
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
29
    "eslint": "^1.9.0",
30
    "eslint-plugin-react": "^3.8.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
31 32
  }
}