-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
33 lines (33 loc) · 942 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
{
"name": "angular-seed",
"description": "A starter project for AngularJS",
"version": "0.0.0",
"homepage": "https://github.com/angular/angular-seed",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "~1.5.0",
"angular-route": "~1.5.0",
"angular-loader": "~1.5.0",
"angular-mocks": "~1.5.0",
"html5-boilerplate": "^5.3.0",
"angular-ui-router": "^0.3.1",
"bootstrap-sass": "bootstrap-sass-official#^3.3.7",
"font-awesome": "fontawesome#^4.6.3",
"angular-material": "^1.0.9",
"angular-messages": "^1.5.8",
"ngGeolocation": "^0.0.8",
"angular-google-maps": "^2.3.3",
"ngmap": "^1.17.3",
"angularjs-geolocation": "^0.1.1",
"angular-google-places-autocomplete": "^0.2.7",
"restangular": "^1.5.2",
"angular-socket-io": "^0.7.0",
"socket.io-client": "^1.6.0"
},
"overrides": {
"socket.io-client": {
"main": "socket.io.js"
}
}
}