mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 21:17:55 +08:00
b5cc8b9e93
* build(release weex): ignore the file path of entries * [release] weex-vue-framework@2.4.2-weex.1
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"name": "weex-vue-framework",
|
|
"version": "2.4.2-weex.1",
|
|
"description": "Vue 2.0 Framework for Weex",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"compiler"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/weex-vue-framework#readme"
|
|
}
|