mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 04:57:40 +08:00
28 lines
626 B
JSON
28 lines
626 B
JSON
{
|
|
"name": "vue-template-compiler",
|
|
"version": "2.5.11",
|
|
"description": "template compiler for Vue 2.0",
|
|
"main": "index.js",
|
|
"unpkg": "browser.js",
|
|
"jsdelivr": "browser.js",
|
|
"browser": "browser.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/vue-template-compiler#readme",
|
|
"dependencies": {
|
|
"he": "^1.1.0",
|
|
"de-indent": "^1.0.2"
|
|
}
|
|
}
|