Blame view

component.json 420 Bytes
5c8f10d65   Tom Huang   start
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {
    "name": "pikaday",
    "repo": "dbushell/Pikaday",
    "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
    "version": "1.3.3",
    "keywords": [
      "datepicker",
      "calendar",
      "date"
    ],
    "main": "pikaday.js",
    "scripts": ["pikaday.js"],
    "styles":  ["css/pikaday.css"],
    "dependencies": {},
    "demo": "http://dbushell.github.io/Pikaday/",
    "license": "MIT"
  }