package.json 472 B

1234567891011121314151617181920
  1. {
  2. "name": "weex-vue-framework",
  3. "version": "2.4.2-weex.1",
  4. "description": "Vue 2.0 Framework for Weex",
  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/tree/dev/packages/weex-vue-framework#readme"
  20. }