vue/bower.json

20 lines
353 B
JSON
Raw Normal View History

2014-07-09 06:35:39 +08:00
{
"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",
2015-08-15 23:16:52 +08:00
"build",
"perf",
2014-07-09 06:35:39 +08:00
"test",
2014-11-05 11:05:15 +08:00
"grunt",
2014-07-09 06:35:39 +08:00
"gruntfile.js",
"*.json",
2015-08-15 23:16:52 +08:00
"*.md",
"*.yml"
2014-07-09 06:35:39 +08:00
]
}