{
  "name": "webgl-heatmap-test",
  "version": "0.0.3",
  "description": "A commonJS compatible version of pyalot's webgl-heatmap",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "budo ./example/main.js --live | bistre"
  },
  "repository": {
    "type": "git",
    "url": "null"
  },
  "keywords": [
    "webgl",
    "heatmap",
    "webgl-heatmap"
  ],
  "author": "Victor Powell <vicapow@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "browserify-shader": "^0.1.2",
    "global": "^4.3.0"
  },
  "browserify": {
    "transform": [
      {"browserify-shader": {
        "parameterize": false
      }},
      "brfs"
    ]
  },
  "peerDependencies": {},
  "devDependencies": {
    "bistre": "^1.0.1",
    "brfs": "^1.4.1",
    "budo": "^8.0.4"
  }
}
