-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 844 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
{
"name": "paperhive-frontend",
"version": "0.0.0",
"homepage": "https://github.com/paperhive/paperhive-frontend",
"authors": [
"André Gaul <[email protected]>",
"Nico Schlömer <[email protected]>"
],
"main": "index.html",
"license": "GPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.4.7",
"angular-animate": "1.4.7",
"angular-bootstrap": "0.14.2",
"angular-leaflet-directive": "0.8.8",
"angular-route": "1.4.7",
"angular-route-segment": "1.5.0",
"angular-sanitize": "1.4.7",
"bootstrap": "3.3.5",
"fontawesome": "4.4.0",
"javascript-detect-element-resize": "0.5.3",
"jquery": "2.1.4",
"lodash": "3.10.1",
"ngSmoothScroll": "2.0.0",
"roboto-fontface": "0.4.3"
}
}