vue2/bower.json

17 lines
338 B
JSON
Raw Permalink Normal View History

2014-07-09 06:35:39 +08:00
{
"name": "vue",
2015-05-08 03:00:36 +08:00
"version": "0.11.10",
2014-07-09 06:35:39 +08:00
"main": "dist/vue.js",
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
"authors": ["Evan You <yyx990803@gmail.com>"],
"license": "MIT",
"ignore": [
".*",
"examples",
"test",
2014-11-05 11:05:15 +08:00
"grunt",
2014-07-09 06:35:39 +08:00
"gruntfile.js",
"*.json",
"*.md"
]
}