forked from Pikaday/Pikaday
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 665 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 665 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
{
"name": "pikaday",
"version": "1.2.0",
"description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
"keywords": [
"datepicker",
"calendar",
"date"
],
"homepage": "http://dbushell.github.io/Pikaday/",
"bugs": "https://github.com/dbushell/Pikaday/issues",
"licenses": [{
"type": "BSD",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}, {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"main": "pikaday.js",
"repository": {
"type": "git",
"url": "https://github.com/dbushell/Pikaday.git"
},
"optionalDependencies": {
"moment": "2.x"
}
}