.bower.json 847 Bytes
{
  "name": "pikaday",
  "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
  "keywords": [
    "datepicker",
    "calendar",
    "date"
  ],
  "main": [
    "./pikaday.js",
    "./css/pikaday.css"
  ],
  "dependencies": {},
  "ignore": [
    "**/.*",
    "node_modules",
    "components"
  ],
  "license": [
    "BSD",
    "MIT"
  ],
  "homepage": "http://dbushell.github.io/Pikaday/",
  "repository": {
    "type": "git",
    "url": "https://github.com/dbushell/Pikaday.git"
  },
  "version": "1.5.1",
  "_release": "1.5.1",
  "_resolution": {
    "type": "version",
    "tag": "1.5.1",
    "commit": "5f15c0e454035dd074f3477dd65e2790faa24ee5"
  },
  "_source": "https://github.com/dbushell/Pikaday.git",
  "_target": "^1.3.2",
  "_originalSource": "pikaday"
}