Skip to content

Commit 3f5a17b

Browse files
committed
Add more details.
1 parent b302069 commit 3f5a17b

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

package.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
2-
"name": "Pikaday",
3-
"version": "1.2.0",
4-
"main": "pikaday.js"
2+
"name": "Pikaday",
3+
"version": "1.2.0",
4+
"description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
5+
"keywords": [
6+
"datepicker",
7+
"calendar",
8+
"date"
9+
],
10+
"homepage": "http://dbushell.github.io/Pikaday/",
11+
"bugs": "https://github.com/dbushell/Pikaday/issues",
12+
"licenses" : [{
13+
"type": "BSD",
14+
"url": "http://opensource.org/licenses/BSD-3-Clause"
15+
}, {
16+
"type": "MIT",
17+
"url": "http://opensource.org/licenses/MIT"
18+
}],
19+
"main": "pikaday.js"
520
}

0 commit comments

Comments
 (0)