forked from owenmead/Pikaday
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bower.json
44 lines (44 loc) · 879 Bytes
/
.bower.json
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
39
40
41
42
43
44
{
"name": "pikaday-time",
"version": "1.3.3",
"description": "Time support added to pikaday",
"keywords": [
"datepicker",
"calendar",
"date",
"time"
],
"main": [
"./pikaday.js",
"./css/pikaday.css"
],
"dependencies": {},
"ignore": [
"**/.*",
"node_modules",
"components",
"examples",
"css/site.css",
"component.json",
"index.html",
"package.json"
],
"license": [
"BSD",
"MIT"
],
"homepage": "https://github.com/owenmead/Pikaday",
"repository": {
"type": "git",
"url": "https://github.com/owenmead/Pikaday.git"
},
"_release": "1.3.3",
"_resolution": {
"type": "version",
"tag": "1.3.3",
"commit": "4f5ecff72e85c0afd50062a471b8e7b46a32940d"
},
"_source": "git://github.com/olharsaude/Pikaday.git",
"_target": "*",
"_originalSource": "olharsaude/Pikaday"
}