| 12345678910111213141516171819 |
- {
- "name": "vue",
- "main": "dist/vue.js",
- "description": "Simple, Fast & Composable MVVM for building interative interfaces",
- "authors": ["Evan You <yyx990803@gmail.com>"],
- "license": "MIT",
- "ignore": [
- ".*",
- "examples",
- "build",
- "perf",
- "test",
- "grunt",
- "gruntfile.js",
- "*.json",
- "*.md",
- "*.yml"
- ]
- }
|