-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 1011 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": "gemini-datepicker",
"version": "1.0.15",
"description": "A full-featured datepicker jquery plugin.",
"homepage": "https://github.com/gregzhang616/jquery-datepicker.git",
"main": "dist/js/jquery.datepicker.min.js",
"keywords": [
"date",
"picker",
"datepicker",
"calendar",
"jquery",
"jquery-datepicker",
"plugin",
"javascript"
],
"author": "Greg Zhang",
"license": "MIT",
"private": false,
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-inline-base64": "^0.1.5",
"gulp-load-plugins": "^1.4.0",
"gulp-markdown": "^1.2.0",
"gulp-markdown-docs": "^0.1.5",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"pygmentize-bundled": "^2.3.0"
},
"dependencies": {
"jquery": ">= 1.9.1"
},
"repository": "https://github.com/gregzhang616/jquery-datepicker.git"
}