-
Notifications
You must be signed in to change notification settings - Fork 14
/
bower.json
41 lines (41 loc) · 1.11 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
{
"name": "history-project",
"version": "0.0.0",
"homepage": "https://github.com/newtheatre/history-project",
"authors": [
"Will Pimblett <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib/",
"test",
"tests"
],
"dependencies": {
"bourbon": "~4.3.3",
"fgrid": "*",
"font-awesome": "~4.7.0",
"ionicons": "~2.0.1",
"mousetrap": "~1.6.0",
"github-issues-widget": "https://github.com/chrismear/github-issues-widget.git",
"report-issue-post": "https://github.com/wjdp/report-issue-post.git",
"underscore": "~1.8.3",
"jquery": "~3.2.1",
"octicons": "https://github.com/wjdp/octicons.git#91e1adcd80bbb314f899e65971b39fac94489b4f",
"lunr.js": "~0.7.0",
"letteringjs": "~0.7.0",
"montserrat-webfont": "~1.0.3",
"open-sans-fontface": "~1.4.2",
"turbolinks": "https://github.com/turbolinks/turbolinks.git",
"tablesorter": "jquery.tablesorter#^2.26.6",
"picturefill": "^3.0.2",
"moment": "^2.15.1",
"raven-js": "^3.0.5"
},
"resolutions": {
"bourbon": "~4.3.3"
}
}