Blame view

bower.json 532 Bytes
5c8f10d65   Tom Huang   start
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  {
    "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"
    }
  }