-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 838 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 838 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
30
31
32
33
34
35
36
37
{
"name": "angular-requirejs",
"description": "",
"main": "",
"authors": [
"lujwa <407845252@qq.com>"
],
"license": "MIT",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "angularjs#~1.4.8",
"AdminLTE": "admin-lte#~2.3.2",
"requirejs": "~2.1.22",
"jquery": "~2.1.4",
"bootstrap": "~3.3.6",
"angular-route": "~1.4.8",
"jquery-ui": "~1.11.4",
"Ionicons": "ionicons#~2.0.1",
"raphael": "~2.1.4",
"angular-mocks": "~1.4.8",
"angular-cookies": "~1.4.8",
"angularLocalStorage": "ngStorage#~0.3.2",
"angular-ui": "~0.4.0",
"angular-ui-router": "~0.2.15",
"underscore": "~1.8.3",
"angular-md5": "~0.1.10",
"angular-lazyload": "~0.5.0"
}
}