cooking-lcy-vue2
Version:
A cooking plugin to extend vue config.
32 lines (31 loc) • 729 B
JSON
{
"name": "cooking-lcy-vue2",
"version": "1.1.0",
"description": "A cooking plugin to extend vue config.",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/lincenying/cooking-lcy-vue2.git"
},
"keywords": [
"cooking",
"vue",
"cooking-plugin"
],
"author": "lincenying <lincenying@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lincenying/cooking-lcy-vue2/issues"
},
"homepage": "https://github.com/lincenying/cooking-lcy-vue2#readme",
"dependencies": {
"vue-loader": "^9.7.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2"
}
}