We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219ed72 commit cbd34e7Copy full SHA for cbd34e7
bower.json
@@ -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