{
  "name": "nanotimer",
  "main": "./lib/nanotimer.js",
  "description": "A much higher accuracy timer object that makes use of the node.js hrtime function call.",
  "version": "0.3.15",
  "authors": [
    "Kevin Briggs <krb686@gmail.com> (https://github.com/Krb686)"
  ],
  "keywords": [
    "timer",
    "nanotimer",
    "nano",
    "nanoseconds",
    "micro",
    "microseconds",
    "stopwatch"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Krb686/nanotimer.git"
  },
  "devDependencies": {
    "mocha": "^2.3.4",
    "should": "^7.1.1"
  },
  "scripts": {
    "test": "mocha"
  },
  "license": "ISC"
}
