forked from green-brass-doberman/on-tapp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
executable file
·36 lines (36 loc) · 840 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
36
{
"name": "on-tapp",
"version": "0.3.2",
"description": "HRR2 Thesis Project",
"homepage": "https://github.com/green-brass-doberman/on-tapp",
"main": "server.js",
"keywords": [
"beer",
"recommendations"
],
"license": "MIT",
"contributors": [
"Julie",
"Victor"
],
"dependencies": {
"bootstrap": "^3.3.1",
"angular": "^1.2",
"angular-resource": "^1.2",
"angular-animate": "~1.2",
"angular-mocks": "^1.2",
"angular-bootstrap": "^0.12.0",
"angular-ui-utils": "^0.1.1",
"angular-ui-router": "^0.2.11",
"fontawesome": "^4.2.0",
"angular-google-maps": "^2.0.12",
"angularjs-geolocation": "^0.1.1",
"flat-ui": "^2.2.2",
"angular-spinner": "^0.6.1",
"spin.js": "^2.0.2",
"fastclick": "^1.0.3"
},
"resolutions": {
"angular": ">=1 <1.3.0"
}
}