forked from invertase/rdash-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 951 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
33
34
35
{
"name": "rdash-angular",
"version": "0.0.1",
"description": "An AngularJS implementation of the responsive dashboard",
"homepage": "https://github.com/Ehesp/Responsive-Dashboard",
"authors": [
"Elliot Hesp <[email protected]>"
],
"contributors": [
"Ricardo Pascua Jr <[email protected]>",
"Leonel Samayoa <[email protected]>"
],
"main": "index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"rdash-ui": "1.0.*",
"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": "https://github.com/rdash/rdash-angular"
}
}