-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 968 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
{
"name": "fdatepicker.js",
"version": "1.0.7",
"description": "移动端满屏日历插件,支持单个月份切换和多个月份平铺展示两种方式。使用多月份平铺展示时,支持初始化加载个数、分页加载。",
"main": "dist/fDatepicker.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FrendEr/fDatepicker.js.git"
},
"keywords": [
"datepicker",
"date",
"calendar",
"frend"
],
"author": "Frend <frend.wong@gmail.com> (http://frend.cc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FrendEr/fDatepicker.js/issues"
},
"homepage": "https://github.com/FrendEr/fDatepicker.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1"
}
}