2016-06-08 09:53:43 +08:00
|
|
|
{
|
|
|
|
|
"name": "vue-template-compiler",
|
2016-10-12 12:54:06 +08:00
|
|
|
"version": "2.0.2",
|
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-06-10 23:38:22 +08:00
|
|
|
"homepage": "https://github.com/vuejs/vue#readme",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"de-indent": "^1.0.2",
|
2016-06-28 16:52:18 +08:00
|
|
|
"entities": "^1.1.1"
|
2016-06-10 23:38:22 +08:00
|
|
|
}
|
2016-06-08 09:53:43 +08:00
|
|
|
}
|