package.json 550 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "name": "gl-react-native",
  "version": "0.0.1",
  "description": "OpenGL bindings for react-native for complex effects on images and components",
  "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"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
22 23
  }
}