forked from singod/jeDate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.json
46 lines (46 loc) · 1.5 KB
/
params.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
{
"name": "jeDate",
"version": "3.8",
"description": "jeDate日期选择插件除了包含 日历可以直接显示与点击显示、日期标注点、设定年月(YYYY-MM)、日期范围限制、开始日期设定、自定义日期格式、时间戳转换、当天的前后若干天返回、时分秒选择、智能响应、自动纠错、节日识别,操作等常规功能外,还拥有更多趋近完美的解决方案。您可以免费将她用于任何个人项目。但是不能去除头部信息。",
"main": "jedate/jquery.jedate.js",
"homepage": "https://github.com/singod/jeDate",
"repository": {
"type": "git",
"url": "https://github.com/singod/jeDate.git"
},
"keywords": [
"jeDate",
"jedate",
"jeDate日期选择插件",
"日期控件",
"javascript"
],
"author": "guojun chen <[email protected]> (http://www.jemui.com)",
"license": {
"type": "MIT",
"url": "http://www.jemui.com/license/"
},
"bugs": {
"url": "https://github.com/singod/jeDate/issues"
},
"scripts": {
"test": "mocha-phantomjs index.html",
"start": "gulp watch"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-concat": "~2.6.0",
"gulp-gzip": "~1.2.0",
"gulp-rename": "~1.2.2",
"gulp-sourcemap": "~1.0.1",
"gulp-uglify": "~1.5.1",
"gulp-umd": "~0.2.0",
"gulp-util": "~3.0.7",
"gulp-watch": "~4.3.5",
"chai": "~3.4.1",
"cli-color": "~1.1.0",
"gulp": "~3.9.1",
"mocha": "~2.3.4",
"mocha-phantomjs": "~4.0.2"
}
}