vue-co-dialog
Version:
这是一个简洁,智能,个性化的JAVASCRIPT弹出框
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "vue-co-dialog",
"version": "1.0.2",
"description": "这是一个简洁,智能,个性化的JAVASCRIPT弹出框",
"main": "dist/vue-co-dialog.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --open",
"test": "test"
},
"keywords": [
"dialog",
"alert",
"popup",
"promp",
"notifi",
"codialog",
"tips"
],
"author": "koringz",
"license": "MIT",
"dependencies": {
"vue": "^2.5.17"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^1.0.0",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZWLTZ/vue-co-dialog.git"
},
"bugs": {
"url": "https://github.com/ZWLTZ/vue-co-dialog/issues"
},
"homepage": "https://github.com/ZWLTZ/vue-co-dialog#readme"
}