{
  "name": "perpetual-yas",
  "version": "1.0.0-beta.3",
  "description": "Perform a task periodically",
  "main": "index.js",
  "scripts": {
    "test": "node `npm bin`/istanbul test `npm bin`/_mocha -- --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nshimiye/perpetual.git"
  },
  "keywords": [
    "task",
    "runner",
    "periodic",
    "execution",
    "timed",
    "execution"
  ],
  "author": "Marcellin <nmarcellin2@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nshimiye/perpetual/issues"
  },
  "homepage": "https://github.com/nshimiye/perpetual#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.2",
    "jshint": "^2.9.1",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.2.0"
  },
  "dependencies": {
    "coveralls": "^2.11.9"
  }
}
