-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·32 lines (32 loc) · 830 Bytes
/
bower.json
File metadata and controls
executable file
·32 lines (32 loc) · 830 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
{
"name": "express-app1",
"description": "ExpressApp1",
"main": "",
"authors": [
"[object Object]"
],
"license": "MIT",
"homepage": "",
"dependencies": {
"socket.io-client": "^1.4.8",
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"jquery": "^3.1.0",
"bootstrap": "^3.3.7",
"raphael": "^2.2.1",
"morris.js": "morrisjs#^0.5.1",
"metisMenu": "^2.5.2",
"font-awesome": "^4.6.3",
"angular-animate": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-bootstrap": "^2.1.1",
"ng-file-upload": "^12.2.12",
"angular-local-storage": "^0.5.2",
"angular-route-segment": "^1.5.1",
"ng-virtual-keyboard": "^0.3.0",
"angular-chart.js": "^1.0.3",
"angular-gettext": "^2.3.10",
"angular-bootstrap-switch": "^0.5.2",
"bootstrap-switch": "^3.3.4"
}
}