forked from pixelpark/ppnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
45 lines (45 loc) · 1.22 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "PPnet",
"version": "2.2.6",
"homepage": "https://github.com/pixelpark/ppnet",
"authors": [
"Pixelpark AG - Innovation Lab",
"Dirk Krause",
"Tobias Rotter",
"Philipp Reinking"
],
"description": "We need something like Facebook, but just not Facebook.",
"license": "MIT",
"directory": "app/bower_components",
"dependencies": {
"jquery": "~2.1.1",
"bootstrap-sass-official": "~3.2.0",
"font-awesome": "latest",
"angular": "1.3.14",
"angular-resource": "~1.2.24",
"angular-cookies": "~1.2.24",
"angular-sanitize": "~1.2.24",
"angular-route": "~1.2.24",
"angular-animate": "~1.2.24",
"angular-snapjs": "~1.9.3",
"angular-gestures": "~0.2.3",
"angular-timeline": "~1.2.0",
"chap-links-timeline": "~2.6.1",
"pouchdb": "3.3.1",
"livestampjs": "~1.1.2",
"zocial-less": "~1.0.0",
"ng-Fx": "~1.0.4",
"angular-moment": "~0.8.2",
"mapbox.js": "~2.1.0",
"leaflet.markercluster": "~0.4.0",
"leaflet.locatecontrol": "~0.31.0",
"fingerprint": "~0.5.4",
"ui-router": "~0.2.11",
"angular-ui-router": "~0.2.11",
"angular-masonry": "~0.9.1"
},
"resolutions": {
"angular": "1.3.14",
"angular-animate": "1.3.14"
}
}