the-simian/phaser-glsl-loader

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "phaser-glsl-loader",
  "version": "0.0.6",
  "description": "A shader loader for webpack that allows you to keep your glsl files external when working in phaser.",
  "main": "index.js",
  "scripts": {
    "test": "gulp ci",
    "coveralls": "gulp coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:the-simian/phaser-glsl-loader.git"
  },
  "keywords": [
    "phaser",
    "glsl",
    "shader",
    "fragment",
    "webpack",
    "loader"
  ],
  "author": "Jesse Harlin <harlinjesse@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/the-simian/phaser-glsl-loader/issues"
  },
  "homepage": "https://github.com/the-simian/phaser-glsl-loader",
  "dependencies": {
    "lodash": "4.17.x"
  },
  "devDependencies": {
    "chai": "3.x.x",
    "gulp": "3.x.x",
    "gulp-coveralls": "0.x.x",
    "gulp-istanbul": "0.x.x",
    "gulp-mocha": "2.x.x",
    "gulp-plato": "1.x.x",
    "run-sequence": "1.x.x",
    "webpack": "1.x.x"
  }
}