{
  "name": "headless-gl",
  "version": "3.0.7",
  "description": "Creates a WebGL context without a window",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "browser": "browser_index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "standard | snazzy && tape test/*.js | faucet",
    "rebuild": "node-gyp rebuild --verbose",
    "prebuild": "prebuild --all --strip",
    "install": "prebuild --install"
  },
  "dependencies": {
    "bindings": "^1.2.1",
    "bit-twiddle": "^1.0.2",
    "glsl-tokenizer": "^2.0.2",
    "nan": "^2.3.3",
    "node-gyp": "^3.3.1",
    "prebuild": "^5.1.2"
  },
  "devDependencies": {
    "faucet": "0.0.1",
    "gl-conformance": "^2.0.8",
    "snazzy": "^3.0.0",
    "standard": "^6.0.8",
    "tape": "^4.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stackgl/headless-gl.git"
  },
  "keywords": [
    "webgl",
    "opengl",
    "gl",
    "headless",
    "server",
    "gpgpu"
  ],
  "author": "Mikola Lysenko",
  "license": "BSD",
  "gypfile": true,
  "readmeFilename": "README.md"
}
