layui-layer
Version:
npm version of layui-layer
32 lines (31 loc) • 620 B
JSON
{
"name": "layui-layer",
"version": "1.0.9",
"description": "npm version of layui-layer",
"main": "layer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sentsin/layui/"
},
"keywords": [
"layer",
"layui",
"dialog",
"prompt"
],
"author": "sentsin",
"license": "ISC",
"devDependencies": {
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
},
"dependencies": {
"jquery": "^3.1.1"
}
}