-
Notifications
You must be signed in to change notification settings - Fork 13
/
bower.json
40 lines (40 loc) · 1.01 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
{
"name": "arctos",
"version": "2.0.0",
"homepage": "https://github.com/ArctosDB/documentation-wiki",
"authors": [
"Philip Kahn <tigerhawkvok@gmail.com>"
],
"description": "Jekyll theme and site for ArctosDB.org",
"main": "index.html",
"keywords": [
"arctos",
"arctosdb",
"jekyll"
],
"license": "GPL-3.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"iron-elements": "PolymerElements/iron-elements#^1.0.0",
"paper-elements": "PolymerElements/paper-elements#^1.0.1",
"gold-elements": "PolymerElements/gold-elements#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0",
"bootstrap": "^3.3.4",
"imagelightbox": "git://github.com/rejas/imagelightbox.git#~0.3.2",
"jquery": "~2.2.4",
"js-base64": "~2.1.5",
"octicons": "^2.1.2",
"purl": "~2.3.1",
"picturefill": "~2.1.0",
"sticky": "*",
"touch-imagelightbox": "~0.1.5",
"simple-jekyll-search": "^1.1.4"
}
}