mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-30 02:57:43 +08:00
20 lines
353 B
JSON
20 lines
353 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|