-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 862 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": "circlescms",
"version": "1.0.0",
"homepage": "https://github.com/Waxolunist/circlescms",
"authors": [
"Christian Sterzl <[email protected]>"
],
"description": "My personal website christian.sterzl.info",
"license": "MIT",
"private": true,
"dependencies": {
"TimelineJS": "~2.35.6",
"requirejs": "~2.1.16",
"angular": "~1.4.9",
"angular-route": "~1.4.9",
"angular-resource": "~1.4.9",
"angular-sanitize": "~1.4.9",
"requirejs-domready": "~2.0.1",
"jquery": "~2.1.3",
"leaflet": "~0.7.3",
"marked": "~0.3.3",
"slick-carousel": "~1.5.8",
"font-awesome": "~4.3.0",
"highlight": "8.5",
"normalize-css": "~3.0.2",
"viewport-units-buggyfill": "~0.5.1",
"angular-material": "~0.9.0",
"object-fit": "~0.4.1"
},
"resolutions": {
"angular": "1.4.9"
}
}