.bower.json
847 Bytes
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
29
30
31
32
33
34
35
36
37
38
{
"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"
}