You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
808 B
41 lines
808 B
{
|
|
"name": "layer-src",
|
|
"realname": "layer",
|
|
"version": "3.5.5",
|
|
"mobile": "2.0.0",
|
|
"description": "Web 通用弹出层组件",
|
|
"main": "src/layer.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"run": "gulp"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "git+https://github.com/sentsin/layer.git"
|
|
},
|
|
"author": "贤心",
|
|
"homepage": "http://layer.layui.com/",
|
|
"devDependencies": {
|
|
"del": "~2.2.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-header": "~1.8.8",
|
|
"gulp-clean-css": "~4.2.0",
|
|
"gulp-rename": "~1.2.2",
|
|
"gulp-uglify": "~1.5.4"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sentsin/layer/issues"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {},
|
|
"keywords": [
|
|
"layer",
|
|
"dialog",
|
|
"tips",
|
|
"alert",
|
|
"confirm",
|
|
"window"
|
|
]
|
|
}
|
|
|