view package.json @ 1703:b46f6977168b

start pixijs on timeline Ignore-this: 51ad366ddfeae2af2b621d714ff1f9c1
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 29 Apr 2018 12:22:36 +0000
parents 9be85c08a69f
children e30493d458f9
line wrap: on
line source

{
  "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"
  }
}