mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 21:17:55 +08:00
24 lines
532 B
JSON
24 lines
532 B
JSON
{
|
|
"name": "weex-template-compiler",
|
|
"version": "2.1.9-weex.1",
|
|
"description": "Weex template compiler for Vue 2.0",
|
|
"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-template-compiler#readme",
|
|
"dependencies": {
|
|
"he": "^1.1.0"
|
|
}
|
|
}
|