-
Notifications
You must be signed in to change notification settings - Fork 579
/
package.json
55 lines (55 loc) · 1.37 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
49
50
51
52
53
54
55
{
"name": "jquery-date-range-picker",
"description": "jQuery Date Range Picker is a jQuery plugin that allows user to select a date range.",
"version": "0.21.1",
"license": "MIT",
"main": "src/jquery.daterangepicker.js",
"keywords": [
"jquery",
"date",
"daterange",
"date",
"picker",
"range"
],
"repository": {
"type": "git",
"url": "git://github.com/longbill/jquery-date-range-picker.git"
},
"bugs": {
"url": "https://github.com/longbill/jquery-date-range-picker/issues"
},
"homepage": "https://github.com/longbill/jquery-date-range-picker",
"maintainers": [],
"scripts": {
"dist": "gulp",
"dev": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1",
"version": "gulp && git add -A dist",
"postversion": "git push && git push --tags"
},
"engines": {
"node": ">=4.9.1"
},
"author": "longbill",
"contributors": [],
"dependencies": {
"jquery": ">=1.7",
"moment": ">=2.8.1"
},
"devDependencies": {
"browser-sync": "^2.18.12",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.5.0",
"gulp-header": "^1.8.8",
"gulp-jsbeautifier": "^2.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11"
},
"optionalDependencies": {}
}