-
Notifications
You must be signed in to change notification settings - Fork 168
/
bower.json
34 lines (31 loc) · 847 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
34
{
"name": "raspberry-wifi-conf",
"version": "0.0.0",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"app/public/external"
],
"dependencies": {
"angularjs": "~1.3.13",
"font-awesome": "~4.3.0"
},
"chloe": [
"# Chloe is a simple `Go` binary which can prune un-needed files ",
"# from your bower install. The following `.gitignore`-esq set of ",
"# lines tell chloe which files to prune. ",
"# Check it out: https://github.com/sabhiram/go-chloe ",
"**/external/**/*.md",
"**/external/**/*.json",
"**/external/**/*.gzip",
"**/external/**/.*ignore",
"**/external/angularjs/*.css",
"**/external/font-awesome/less",
"**/external/font-awesome/scss"
]
}