forked from layui/laydate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 813 Bytes
/
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
{
"name": "layui-laydate",
"realname": "laydate",
"version": "5.0.9",
"description": "日期与时间组件",
"main": "src/laydate.js",
"license": "MIT",
"scripts": {
"run": "gulp"
},
"repository": {
"type": "https",
"url": "git+https://github.com/sentsin/laydate.git"
},
"author": "贤心",
"homepage": "http://www.layui.com/laydate/",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^1.5.4",
"gulp-rename": "^1.2.2",
"gulp-header": "^1.8.8",
"del": "^2.2.2"
},
"bugs": {
"url": "https://github.com/sentsin/laydate/issues"
},
"directories": {
"test": "test"
},
"dependencies": {},
"keywords": [
"laydate",
"date",
"time",
"datetime",
"datepicker",
"calendar"
]
}