-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
114 lines (114 loc) · 2.39 KB
/
bower.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "open311-web",
"version": "0.1.0",
"appPath": "app",
"moduleName": "open311-web",
"dependencies":
{
"angular": "~1.6.6",
"angular-bootstrap": "^2.4.0",
"angular-loading-bar": "~0.8.0",
"angular-resource": "~1.4.9",
"angular-sanitize": "~1.4.9",
"angular-ui-router": "~0.4.2",
"simple-line-icons": "~2.2.3",
"ng-notify": "~0.8.0",
"themify-icons": "~0.1.2",
"Ionicons": "ionicons#^2.0.1",
"lato": "https://github.com/lykmapipo/lato.git#~0.3.1",
"bootstrap": "v4.0.0-alpha.4",
"checklist-model": "^0.11.0",
"angular-prompt": "^1.2.0",
"awesome-bootstrap-checkbox": "~0.3.7",
"lodash": "^4.17.4",
"ng-aa": "0.3.3",
"ng-csv": "https://github.com/lykmapipo/ng-csv.git#^0.3.6",
"angular-elastic": "~2.5.1",
"ngToast": "ngtoast#^2.0.0",
"angular-animate": "^1.6.1",
"font-awesome": "fontawesome#^4.7.0",
"oi.select": "^0.2.21",
"angular-mailto": "^0.1.0",
"angular-color-picker": "^1.0.10",
"angularPrint": "angular-print#^0.3.8",
"echarts": "^3.6.2",
"angular-socket-io": "^0.7.0",
"socket.io-client": "^2.0.3",
"ng-focus-if": "^1.0.7",
"moment": "^2.18.1",
"web-icons": "*",
"angular-pickadate": "https://github.com/lykmapipo/angular-pickadate.git#^2.1.2",
"ui-leaflet": "^2.0.0",
"angular-numeraljs": "^2.0.1"
},
"devDependencies":
{
"angular-mocks": "^1.4.0"
},
"overrides":
{
"bootstrap":
{
"main": [
"dist/css/bootstrap.css"
],
"dependencies": []
},
"angular-bootstrap":
{
"main": [
"ui-bootstrap.js",
"ui-bootstrap-tpls.js"
]
},
"open-iconic":
{
"main": [
"font/css/open-iconic-bootstrap.css"
]
},
"font-awesome":
{
"main": [
"css/font-awesome.css"
]
},
"themify-icons":
{
"main": [
"css/themify-icons.css",
"fonts"
]
},
"ng-csv":
{
"main": [
"build/ng-csv.js"
]
},
"socket.io-client":
{
"main": [
"dist/socket.io.js"
]
},
"echarts":
{
"main": [
"dist/echarts.js"
]
},
"oi.select":
{
"main": [
"dist/select-tpls.js",
"dist/select.css"
],
"dependencies":
{
"angular": ">=1.2",
"angular-sanitize": ">=1.2"
}
}
}
}