-
Notifications
You must be signed in to change notification settings - Fork 152
/
params.json
32 lines (32 loc) · 1.13 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
{
"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": {
}
}