{
  "name": "date-range",
  "version": "0.0.2",
  "description": "Generate a range of dates",
  "main": "index.js",
  "scripts": {
    "pretest": "jshint --reporter node_modules/jshint-stylish/stylish.js index.js test.js",
    "test": "mocha test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/landau/date-range.git"
  },
  "keywords": [
    "range",
    "generator",
    "date",
    "series",
    "time",
    "array"
  ],
  "author": {
    "name": "Trevor Landau",
    "email": "landautrevor@gmail.com",
    "twitter": "https://twitter.com/trevor_landau",
    "github": "https://github.com/landau",
    "website": "http://trevorlandau.net"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/landau/date-range/issues"
  },
  "homepage": "https://github.com/landau/date-range",
  "devDependencies": {
    "jshint-stylish": "~0.1.5",
    "mocha": "~1.17.1",
    "jshint": "~2.4.4",
    "should": "~3.1.3"
  }
}
