{
  "name": "reinterval",
  "version": "1.1.0",
  "description": "reschedulable setInterval for node.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/4rzael/reInterval.git"
  },
  "keywords": [
    "node",
    "nodejs",
    "setInterval",
    "retimer",
    "schedule"
  ],
  "author": "4rzael",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/4rzael/reInterval/issues"
  },
  "homepage": "https://github.com/4rzael/reInterval",
  "devDependencies": {
    "mocha": "^2.3.4",
    "chai": "^3.4.1",
    "chai-as-promised": "^5.1.0",
    "es6-shim": "^0.33.13"
  }
}
