habitica-self-host/.bowerrc

9 lines
166 B
Text
Raw Normal View History

2013-08-25 01:06:37 +00:00
{
"directory": "website/public/bower_components",
"storage" : {
"packages" : ".bower-cache",
"registry" : ".bower-registry"
},
"tmp" : ".bower-tmp"
2015-02-02 05:09:07 +00:00
}