brentburgoyne/timer-machine

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "timer-machine",
  "version": "1.1.0",
  "description": "A lightweight, pause-able timer class",
  "main": "lib/timer.js",
  "scripts": {
    "test": "jshint lib && mocha",
    "debug-test": "mocha debug"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brentburgoyne/timer-machine.git"
  },
  "keywords": [
    "timer",
    "time",
    "pause",
    "stopwatch"
  ],
  "author": "Brent Burgoyne",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brentburgoyne/timer-machine/issues"
  },
  "homepage": "https://github.com/brentburgoyne/timer-machine",
  "devDependencies": {
    "jshint": "^2.5.2",
    "mocha": "^1.20.1",
    "should": "^4.0.4",
    "sinon": "^1.10.3"
  }
}