{
  "name": "moment-datepicker",
  "version": "2.0.3",
  "homepage": "http://luiscustodio.com/datepicker-moment",
  "authors": [
    "Matias Tofful <matias@tofful.com>"
  ],
  "description": "A datepicker with the incredible moment.js",
  "main": [
    "./moment-datepicker/moment-datepicker.js",
    "./moment-datepicker/datepicker.css"
  ],
  "keywords": [
    "moment",
    "momentjs",
    "datepicker"
  ],
  "license": "Apache-2.0",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {},
  "devDependencies": {
    "bootstrap": "2.3.0",
    "moment": "~2.10.6",
    "knockout": "2.2.1"
  }
}
