-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·38 lines (38 loc) · 874 Bytes
/
bower.json
File metadata and controls
executable file
·38 lines (38 loc) · 874 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
38
{
"name": "inspinia",
"version": "2.5.0",
"authors": [
"Damian Dudziak - WebAppLayers"
],
"description": "INSPINIA - Responsive Admin Theme",
"main": "app/index.html",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"appPath": "app",
"dependencies": {
"angular-animate": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-messages": "~1.5.0",
"angular-aria": "~1.5.0",
"jquery": "~2.1.4",
"angular-resource": "~1.5.0",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.6",
"angular-bootstrap": "~1.1.2",
"moment": "~2.10.6",
"animate.css": "~3.4.0",
"angular": "~1.5.0",
"pace": "~1.0.2",
"metisMenu": "~2.0.2",
"fontawesome": "~4.5.0",
"angularjs-slider": "^2.12.0"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.5.0"
}
}