forked from Twipped/Kalendae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 876 Bytes
/
package.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
{
"name": "kalendae",
"version": "0.5.4",
"description": "A framework agnostic javascript date picker.",
"main": "build/kalendae.js",
"repository": {
"type": "git",
"url": "https://github.com/ChiperSoft/Kalendae.git"
},
"keywords": [
"date",
"datepicker",
"calendar",
"moment",
"frontend"
],
"author": "Jarvis Badgley <[email protected]> (http://chipersoft.com/)",
"contributors": [
"Geremia Taglialatela (http://github.com/tagliala)",
"Alexey Osipenko <[email protected]> (https://github.com/pfiller)",
"Patrick Filler (https://github.com/pfiller)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ChiperSoft/Kalendae/issues"
},
"files": [
"build",
"changelog.md",
"index.html",
"LICENSE",
"readme.md"
],
"homepage": "https://github.com/ChiperSoft/Kalendae"
}