Skip to content

Commit cbd34e7

Browse files
committed
Add bower.json
1 parent 219ed72 commit cbd34e7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

‎bower.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "angular-async-loader",
3+
"version": "1.3.0",
4+
"homepage": "https://github.com/subchen/angular-async-loader",
5+
"authors": [
6+
"Guoqiang Chen <subchen@gmail.com>"
7+
],
8+
"description": "async loader for angular 1.x application",
9+
"main": "angular-async-loader.js",
10+
"keywords": [
11+
"angular",
12+
"requirejs",
13+
"systemjs",
14+
"seajs",
15+
"async",
16+
"ui-router",
17+
"ngRoute"
18+
],
19+
"license": "Apache-2.0",
20+
"ignore": [
21+
".*",
22+
"node_modules",
23+
"bower_components",
24+
"demo",
25+
"build.sh"
26+
]
27+
}
28+

0 commit comments

Comments
 (0)