forked from stefangabos/Zebra_Datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 947 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
36
37
38
39
{
"name": "Zebra_Datepicker",
"description": "A super-lightweight, highly configurable, cross-browser date picker jQuery plugin",
"author": {
"name": "Stefan Gabos",
"email": "[email protected]"
},
"homepage": "http://www.stefangabos.ro/jquery/zebra-datepicker/",
"repository": {
"type": "git",
"url": "https://github.com/stefangabos/Zebra_Datepicker.git"
},
"licenses": [
{
"type": "LGPL",
"url": "https://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"version": "1.8.9",
"keywords": [
"calendar",
"date",
"datepicker",
"form",
"iso-8601",
"ui"
],
"bugs": {
"url": "http://github.com/stefangabos/Zebra_Datepicker/issues",
"email": "[email protected]"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-cli": "~0.1.11",
"grunt-contrib-watch": "~0.5.3"
}
}