forked from subchen/angular-async-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 867 Bytes
/
package.json
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
30
31
32
33
34
35
{
"name": "angular-async-loader",
"version": "1.2.1",
"description": "async loader for angular 1.x",
"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": {},
"devDependencies": {
"uglifyjs": "^2.4.10"
},
"scripts": {
"dist": "cd ./dist; cp ../angular-async-loader.js ./; uglifyjs angular-async-loader.js -c -m -o angular-async-loader.min.js --source-map angular-async-loader.min.js.map"
}
}