{
  "name": "retimer",
  "version": "1.1.0",
  "description": "Reschedulable Timer for your node needs",
  "main": "retimer.js",
  "scripts": {
    "lint": "standard",
    "test": "tape test.js | faucet"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/retimer.git"
  },
  "keywords": [
    "schedulable",
    "reschedulable",
    "timer",
    "setTimeout"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mcollina/retimer/issues"
  },
  "homepage": "https://github.com/mcollina/retimer#readme",
  "devDependencies": {
    "fastbench": "^1.0.0",
    "faucet": "0.0.1",
    "pre-commit": "^1.0.10",
    "standard": "^10.0.0",
    "tape": "^4.0.0"
  }
}
