forked from cfpb/github-wiki-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
48 lines (48 loc) · 1.24 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
46
47
48
{
"name": "github-wiki-search",
"version": "0.1.0",
"description": "Search github enterprise wikis.",
"keywords": [
"github",
"github enterprise",
"search"
],
"authors": [
{
"name": "Consumer Financial Protection Bureau",
"url": "http://cfpb.github.io/"
}
],
"homepage": "https://github.com/cfpb/github-wiki-search",
"repository": {
"type": "git",
"url": "https://github.com/cfpb/github-wiki-search.git"
},
"license": "https://github.com/cfpb/github-wiki-search/blob/master/TERMS.md",
"dependencies": {
"cf-buttons": "git://github.com/cfpb/cf-buttons.git",
"cf-colors": "git://github.com/cfpb/cf-colors.git",
"cf-forms": "git://github.com/cfpb/cf-forms.git",
"cf-grid": "git://github.com/cfpb/cf-grid.git",
"cf-typography": "git://github.com/cfpb/cf-typography.git",
"font-awesome": "~3.2.1",
"html5shiv": "latest",
"jquery": "~1.9",
"normalize-css": "~2.1.2"
},
"exportsOverride": {
"cf-grid": {
"less": "src/ghost.less"
},
"cf-*": {
"css": "src/**/*.css",
"less": "src/**/*.less",
"fonts": "src/fonts/*.*",
"js": "src/**/*.js"
},
"font-awesome": {
"css": "css/*.css",
"fonts": "font/*.*"
}
}
}