forked from subchen/angular-async-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 662 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "angular-async-loader",
"version": "1.3.2",
"description": "Load modules and components asynchronously for angular 1.x application",
"author": {
"name": "Guoqiang Chen",
"email": "subchen@gmail.com",
"url": "https://github.com/subchen"
},
"contributors": [],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/subchen/angular-async-loader.git"
},
"bugs": {
"url": "https://github.com/subchen/angular-async-loader/issues"
},
"keywords": [
"angular",
"requirejs",
"systemjs",
"seajs",
"async",
"ui-router",
"ngRoute"
],
"dependencies": {}
}