UNPKG

vue-duoshuo

Version:

Vue.js(v2.x+) component wrap for DuoShuo.js

68 lines (67 loc) 1.8 kB
{ "name": "vue-duoshuo", "title": "vue-duoshuo", "version": "1.0.7", "description": "Vue.js(v2.x+) component wrap for DuoShuo.js", "author": "xLsDg <xlsdg@qq.com> (https://blog.xlsdg.org/)", "homepage": "https://github.com/xlsdg/vue-duoshuo", "private": false, "main": "dist/js/app.js", "license": "MIT", "files": [ "dist", "src" ], "keywords": [ "vue", "vue2", "duoshuo", "duoshuo.js", "vue-duoshuo", "library" ], "scripts": { "build": "webpack -p --config build/webpack.prod.conf.js", "dev": "webpack-dev-server --inline --hot --config build/webpack.dev.conf.js" }, "repository": { "type": "git", "url": "https://github.com/xlsdg/vue-duoshuo.git" }, "bugs": { "url": "https://github.com/xlsdg/vue-duoshuo/issues" }, "dependencies": { "vue": "^2.2.4" }, "devDependencies": { "babel-core": "^6.21.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.10", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-2": "^6.18.0", "babel-register": "^6.18.0", "babel-runtime": "^6.20.0", "css-loader": "^0.26.1", "eslint": "^3.13.1", "eslint-config-standard": "^6.2.1", "eslint-friendly-formatter": "^2.0.7", "eslint-loader": "^1.6.1", "eslint-plugin-html": "^1.7.0", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1", "extract-text-webpack-plugin": "^1.0.1", "function-bind": "^1.1.0", "html-webpack-plugin": "^2.26.0", "vue-loader": "^10.0.2", "vue-style-loader": "^1.0.0", "vue-template-compiler": "^2.1.10", "webpack": "^1.14.0", "webpack-dev-server": "^1.16.2", "webpack-merge": "^2.4.0" }, "engines": { "node": ">= 6.0.0" } }