UNPKG

cooking-vue

Version:

A cooking plugin to extend vue config.

31 lines (30 loc) 702 B
{ "name": "cooking-vue", "version": "0.5.2", "description": "A cooking plugin to extend vue config.", "main": "index.js", "scripts": { "test": "" }, "repository": { "type": "git", "url": "git+https://github.com/cookingjs/cooking-vue.git" }, "keywords": [ "cooking", "vue", "cooking-plugin" ], "author": "qingwei-li <qingwei.li@ele.me>", "license": "MIT", "bugs": { "url": "https://github.com/cookingjs/cooking-vue/issues" }, "homepage": "https://github.com/cookingjs/cooking-vue#readme", "dependencies": { "vue-hot-reload-api": "^1.3.2", "vue-html-loader": "^1.2.2", "vue-loader": "^8.2.3", "vue-style-loader": "^1.0.0" } }