{
  "name": "datepickr",
  "version": "1.4.2",
  "description": "A do it yourself Date picker.",
  "main": "index.js",
  "scripts": {
    "start": "watchify index.js -s Datepickr -o dist/datepickr.js & serve",
    "build": "browserify index.js -s Datepickr | uglifyjs -c -m > dist/datepickr.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tristen/datepickr.git"
  },
  "keywords": [
    "datepicker",
    "date",
    "picker"
  ],
  "author": "tristen",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tristen/datepickr/issues"
  },
  "homepage": "https://github.com/tristen/datepickr",
  "devDependencies": {
    "browserify": "^15.1.0",
    "serve": "^6.4.5",
    "uglify-js": "^3.3.6",
    "watchify": "^3.9.0"
  }
}
