You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
649 B
27 lines
649 B
{
|
|
"name": "mpvue-template-compiler",
|
|
"version": "1.0.13",
|
|
"description": "mpvue template compiler for Vue",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Meituan-Dianping/mpvue.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"compiler",
|
|
"mp",
|
|
"mp",
|
|
"antmp"
|
|
],
|
|
"author": "meituan.com",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Meituan-Dianping/mpvue/issues"
|
|
},
|
|
"homepage": "https://github.com/Meituan-Dianping/mpvue/",
|
|
"dependencies": {
|
|
"he": "^1.1.0",
|
|
"de-indent": "^1.0.2"
|
|
}
|
|
}
|
|
|