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.
16 lines
375 B
16 lines
375 B
{
|
|
"name": "uni-mp-vue",
|
|
"version": "2.6.10",
|
|
"description": "Reactive, component-oriented view layer for modern web interfaces.",
|
|
"module": "dist/mp.runtime.esm.js",
|
|
"typings": "types/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue.git"
|
|
},
|
|
"keywords": [
|
|
"vue"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT"
|
|
}
|
|
|