| 1234567891011121314151617 |
- {
- "name": "vue",
- "version": "0.10.6",
- "main": "dist/vue.js",
- "description": "Simple, Fast & Composable MVVM for building interative interfaces",
- "authors": ["Evan You <yyx990803@gmail.com>"],
- "license": "MIT",
- "ignore": [
- ".*",
- "examples",
- "test",
- "tasks",
- "Gruntfile.js",
- "*.json",
- "*.md"
- ]
- }
|