Skip to content

Commit 62dfbfa

Browse files
committed
add bower.json
1 parent 2177e45 commit 62dfbfa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bower.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "vue-router",
3+
"homepage": "https://github.com/vuejs/vue-router",
4+
"authors": [
5+
"Evan You <[email protected]>"
6+
],
7+
"description": "router for Vue.js",
8+
"main": "dist/vue-router.js",
9+
"keywords": [
10+
"vue",
11+
"router"
12+
],
13+
"license": "MIT",
14+
"ignore": [
15+
"**/.*",
16+
"node_modules",
17+
"test",
18+
"build",
19+
"example",
20+
"src",
21+
"*.yml",
22+
"package.json"
23+
]
24+
}

0 commit comments

Comments
 (0)