Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit 08f5a17

Browse files
phoenixwongyyx990803
authored andcommitted
Bower init (#16)
1 parent 99d3473 commit 08f5a17

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "vue-async-data",
3+
"description": "async data loading plugin for Vue.js",
4+
"main": "vue-async-data.js",
5+
"authors": [
6+
"Evan"
7+
],
8+
"license": "MIT",
9+
"keywords": [
10+
"vue"
11+
],
12+
"homepage": "https://github.com/vuejs/vue-async-data",
13+
"ignore": [
14+
"**/.*",
15+
"node_modules",
16+
"bower_components",
17+
"test",
18+
"tests"
19+
]
20+
}

0 commit comments

Comments
 (0)