forked from stefangabos/Zebra_Datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
44
45
46
47
48
{
"name": "zebra_datepicker",
"description": "A super-lightweight, highly configurable, cross-browser date / time picker jQuery plugin",
"author": {
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro"
},
"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.19",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"calendar",
"date",
"datepicker",
"form",
"iso-8601",
"ui"
],
"bugs": {
"url": "https://github.com/stefangabos/Zebra_Datepicker/issues",
"email": "contact@stefangabos.ro"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "*",
"grunt-eslint": "^24.0.0",
"grunt-includes": "*",
"grunt-newer": "*",
"grunt-notify": "*",
"grunt-sass": "^3.1.0",
"json-schema": ">=0.4.0",
"node-sass": "^7.0.1",
"shelljs": ">=0.8.5",
"time-grunt": "^2.0.0"
}
}