Files @ 901767febb47
Branch filter:

Location: light9/package.json

Drew Perttula
bind 'this' in U shorthand.
Ignore-this: 9bfa9a1a230bdc5157da07b3434c50c4

worked at runtime, failed during debugging
{
  "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"
  },
  "devDependencies": {
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "mocha"
  }
}