forked from invertase/rdash-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 806 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": "Responsive-Dashboard",
"version": "0.0.2",
"homepage": "https://github.com/Ehesp/Responsive-Dashboard",
"authors": [
"Elliot Hesp <[email protected]>",
"Ricardo Pascua Jr <[email protected]>",
"Leonel Samayoa <[email protected]>"
],
"description": "AngularJS + Bootstrap Responsive Dashboard",
"main": "index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.21",
"angular-cookies": "~1.2.21",
"angular-bootstrap": "~0.11.0",
"angular-ui-router": "^0.2.10",
"bootstrap": "~3.2.0",
"font-awesome": "~4.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/Ehesp/Responsive-Dashboard.git"
}
}