forked from SSG-DRD-IOT/commercial-iot-labs-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·32 lines (32 loc) · 800 Bytes
/
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
{
"name": "LABS",
"version": "2.4",
"authors": [
"Damian Dudziak - WebAppLayers"
],
"description": "LABS - Responsive Admin Theme",
"main": "app/index.html",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"appPath": "app",
"dependencies": {
"jquery": "~2.1.1",
"angular": "1.3.7",
"angular-ui-router": "~0.2.13",
"oclazyload": "latest",
"bootstrap": "~3.3.6",
"jquery-ui": "~1.11.1",
"angular-bootstrap": "~0.12.0",
"metisMenu": "~2.0.2",
"fontawesome": "~4.3.0",
"slimScroll": "https://github.com/rochal/jQuery-slimScroll.git#~1.3.6",
"PACE": "https://github.com/HubSpot/pace.git#~1.0.2",
"fontello": "^5.3.0",
"codemirror": "^5.13.0",
"angular-ui-codemirror": "^0.3.0"
}
}