-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 768 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 768 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
{
"name": "webpackDemo",
"description": "A demo for webpack",
"main": "index.js",
"authors": [
"luwnewei"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"jquery": "^3.1.0",
"bootstrap": "^3.3.7",
"oclazyload": "ocLazyLoad#^1.0.9",
"angular-ui-router": "^0.3.1",
"AdminLTE": "admin-lte#^2.3.6",
"angular-ui-select": "^0.18.1",
"angular-ui-switch": "^0.1.1",
"font-awesome": "*",
"ionicons": "*",
"iCheck": "*",
"ng-file-upload": "^12.0.4",
"highcharts": "^4.2.6",
"angular-restmod": "^1.1.11",
"angular-animate": "1.5.8",
"angular-sanitize": "1.5.8"
}
}