UNPKG

cooking-vue2

Version:

A cooking plugin to extend vue 2 config.

31 lines (30 loc) 668 B
{ "name": "cooking-vue2", "version": "0.3.3", "description": "A cooking plugin to extend vue 2 config.", "main": "index.js", "scripts": { "test": "" }, "repository": { "type": "git", "url": "git+https://github.com/cookingjs/cooking-vue2.git" }, "keywords": [ "cooking", "vue", "cooking-plugin" ], "author": "qingwei-li <qingwei.li@ele.me>", "license": "MIT", "bugs": { "url": "https://github.com/cookingjs/cooking-vue2/issues" }, "homepage": "https://github.com/cookingjs/cooking-vue2#readme", "peerDependencies": { "vue-template-compiler": "*" }, "dependencies": { "vue-loader": ">=9.4.2" } }