{
  "name": "timers",
  "version": "0.1.1",
  "description": "A tiny cron-like tools for humman.",
  "main": "index.js",
  "devDependencies": {
    "mocha": "~1.8.1",
    "should": "~1.1.0",
    "mocha-lcov-reporter": "~0.0.1",
    "sinon": "*",
    "coveralls": "~2.0.7",
    "blanket": "~1.1.4"
  },
  "repository": "git@github.com:popomore/timers.git",
  "author": "popomore <sakura9515@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "make test",
    "blanket": {
      "pattern": "//^((?!(node_modules|test)).)*$/"
    }
  }
}