Files @ 31612b323436
Branch filter:

Location: light9/package.json

Drew Perttula
pass packet creation time so collector can see how much lag there is
Ignore-this: aa3fae53817ad8f617822a558f2ae19e
{
  "name": "light9",
  "version": "1.0.0",
  "description": "Mini instructions:",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3"
  },
  "devDependencies": {
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "mocha"
  }
}