package.json 813 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
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"
  ]
}