forked from stefangabos/Zebra_Datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 KB
/
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
40
41
42
43
{
"name": "zebra_datepicker",
"description": "A super-lightweight, highly configurable, cross-browser date picker jQuery plugin",
"author": {
"name": "Stefan Gabos",
"email": "[email protected]"
},
"homepage": "https://github.com/stefangabos/Zebra_Datepicker",
"main": "dist/zebra_datepicker.min.js",
"repository": {
"type": "git",
"url": "https://github.com/stefangabos/Zebra_Datepicker.git"
},
"license": "LGPL-3.0",
"version": "1.9.6",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"calendar",
"date",
"datepicker",
"form",
"iso-8601",
"ui"
],
"bugs": {
"url": "https://github.com/stefangabos/Zebra_Datepicker/issues",
"email": "[email protected]"
},
"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-eslint": "*",
"grunt-newer": "*",
"grunt-notify": "*",
"grunt-sass": "*",
"time-grunt": "*"
}
}