mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 03:57:36 +08:00
17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"name": "vue",
|
|
"version": "0.12.0-beta4",
|
|
"main": "dist/vue.js",
|
|
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
|
|
"authors": ["Evan You <yyx990803@gmail.com>"],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
".*",
|
|
"examples",
|
|
"test",
|
|
"grunt",
|
|
"gruntfile.js",
|
|
"*.json",
|
|
"*.md"
|
|
]
|
|
} |