component.json 219 B

12345678
  1. {
  2. "name": "vue",
  3. "version": "0.12.9",
  4. "main": "src/vue.js",
  5. "author": "Evan You <yyx990803@gmail.com>",
  6. "description": "Simple, Fast & Composable MVVM for building interative interfaces",
  7. "license": "MIT"
  8. }