forked from frappe/air-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 KB
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
49
50
51
52
53
54
55
{
"name": "@paralogic/air-datepicker",
"version": "2.2.7",
"devDependencies": {
"autoprefixer": "^10.4.19",
"browserify": "^17.0.0",
"chai": "^5.1.1",
"gulp": "^5.0.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^4.0.2",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.1",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"gulp-wrap": "^0.15.0",
"jade": "^1.11.0",
"mocha": "^10.6.0",
"node-static": "^0.7.11",
"postcss": "^8.4.39",
"sass": "^1.77.6",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"jquery": ">=2.0.0 <4.0.0"
},
"description": "Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested no Android 4.4+ and iOS8+)\r ",
"main": "src/js/air-datepicker.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t1m0n/air-datepicker.git"
},
"keywords": [
"datepicker",
"timepicker",
"plugin",
"customizable",
"powerful"
],
"author": "t1m0n <t1m0n.tr@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/t1m0n/air-datepicker/issues"
},
"homepage": "http://t1m0n.name/air-datepicker/docs/"
}