-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 789 Bytes
/
Copy pathbower.json
File metadata and controls
36 lines (36 loc) · 789 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
{
"name": "baas-gui",
"description": "-",
"main": "app.js",
"authors": [
"Tobias Rahloff <rahloff@gmail.com>"
],
"license": "MIT",
"moduleType": [
"node"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-material-data-table": "0.9.11",
"angular-treasure-overlay-spinner": "^1.1.0",
"angular-socket-io": "^0.7.0",
"angular-route": "^1.5.2",
"angular-ui-router": "^0.2.18",
"jquery": "^2.2.2",
"angular-simple-logger": "^0.1.7",
"raphael": "^2.1.4",
"angular-material": "^1.0.6",
"angular-animate": "^1.5.2",
"angular-aria": "^1.5.2",
"angular-messages": "^1.5.2",
"font-awesome": "^4.5.0"
}
}