forked from benbalter/benbalter.github.com
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
21 lines (21 loc) · 480 Bytes
/
bower.json
File metadata and controls
21 lines (21 loc) · 480 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "benbalter.github.com",
"main": "index.html",
"version": "0.0.1",
"homepage": "http://ben.balter.com",
"authors": [
"Ben Balter <ben.balter@github.com>"
],
"description": "The personal website of Ben Balter. Built using Jekyll and GitHub Pages. See humans.txt for more infos.",
"license": "MIT",
"private": true,
"ignore": [
"node_modules",
"test",
"tests"
],
"dependencies": {
"anchor-js": "*",
"font-awesome": "*"
}
}