2016-06-08 09:53:43 +08:00
|
|
|
{
|
|
|
|
|
"name": "vue-template-compiler",
|
2016-12-14 01:22:27 +08:00
|
|
|
"version": "2.1.6",
|
2016-06-08 09:53:43 +08:00
|
|
|
"description": "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"
|
|
|
|
|
},
|
2016-11-06 04:20:00 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/vue-template-compiler#readme",
|
2016-06-10 23:38:22 +08:00
|
|
|
"dependencies": {
|
2016-10-13 17:05:35 +08:00
|
|
|
"he": "^1.1.0",
|
|
|
|
|
"de-indent": "^1.0.2"
|
2016-06-10 23:38:22 +08:00
|
|
|
}
|
2016-06-08 09:53:43 +08:00
|
|
|
}
|