forked from prkumar/DockIn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·35 lines (35 loc) · 775 Bytes
/
bower.json
File metadata and controls
executable file
·35 lines (35 loc) · 775 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
{
"name": "robo_betty_alpha",
"version": "1.0.0",
"homepage": "https://github.com/bluejay112/robo_betty_alpha",
"authors": [
"Eduardo Aguilar <e6aguilar@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.3.2",
"rdash-ui": "1.0.1",
"font-awesome": "4.1.0",
"angular-smart-table": "1.4.11",
"angular": "1.3.13",
"angular-ui-router": "0.2.13",
"angular-bootstrap": "0.12.0",
"angular-cookies": "1.3.13",
"angular-ui": "0.4.0",
"angular-ui-utils": "~0.2.2",
"angularjs-toaster": "~0.4.10"
},
"devDependencies": {
"angular-mocks": "1.3.14"
},
"resolutions": {
"angular": ">1.2.6"
}
}