vue2/packages/vue-template-compiler/package.json

25 lines
516 B
JSON
Raw Normal View History

2016-06-08 09:53:43 +08:00
{
"name": "vue-template-compiler",
2016-09-28 05:08:27 +08:00
"version": "2.0.0-rc.8",
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
}