package.json 516 B

123456789101112131415161718192021222324
  1. {
  2. "name": "vue-template-compiler",
  3. "version": "2.0.0-rc.1",
  4. "description": "template compiler for Vue 2.0",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/vuejs/vue.git"
  9. },
  10. "keywords": [
  11. "vue",
  12. "compiler"
  13. ],
  14. "author": "Evan You",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/vuejs/vue/issues"
  18. },
  19. "homepage": "https://github.com/vuejs/vue#readme",
  20. "dependencies": {
  21. "de-indent": "^1.0.2",
  22. "entities": "^1.1.1"
  23. }
  24. }