{
  "name": "cron-builder",
  "description": "simple API for building cron expressions",
  "author": "Tyler Waneka <twwaneka@gmail.com> (http://tylerwaneka.com)",
  "version": "0.3.0",
  "main": "cron-builder.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/srcclr/cron-builder.git"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^3.1.2"
  },
  "scripts": {
    "test": "mocha"
  }
}
