forked from longbill/jquery-date-range-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "jquery-date-range-picker",
"description": "jQuery Date Range Picker is a jQuery plugin that allows user to select a date range.",
"version": "0.14.4",
"license": "MIT",
"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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "0.12.x",
"npm": "~3.9.2"
},
"author": "longbill",
"contributors": [],
"dependencies": {
"moment": ">=2.8.1",
"jquery": ">=1.3.2"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9",
"gulp-header": "^1.7",
"gulp-minify-css": "^1.2",
"gulp-jsbeautifier": "^2.1",
"gulp-rename": "^1.2",
"gulp-uglify": "^1.5",
"gulp-util": "^3.0"
},
"optionalDependencies": {}
}