Files @ 115a268f1d74
Branch filter:

Location: light9/package.json

Drew Perttula
pixi tag, some version upgrades
Ignore-this: 89a7442328af563b0a66a0675abdc3ea
{
  "name": "light9",
  "version": "1.0.0",
  "description": "Mini instructions:",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "bower": "^1.8.0",
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "pixi.js": "^4.7.3"
  },
  "devDependencies": {
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "mocha"
  }
}