Adding bower_components to _site, they wont be gitignored
This commit is contained in:
parent
8038a31de7
commit
2824ba5aaf
274 changed files with 46334 additions and 3 deletions
26
_site/bower_components/picbookjs/bower.json
vendored
Normal file
26
_site/bower_components/picbookjs/bower.json
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "picbookjs",
|
||||
"version": "0.3.0",
|
||||
"homepage": "http://henriquea.github.io/picbookjs/",
|
||||
"authors": [
|
||||
"Henrique Alves <henriquea@gmail.com>"
|
||||
],
|
||||
"description": "A simple Javascript library to display album photos from a Facebook Page",
|
||||
"main": [
|
||||
"js/picbook.js",
|
||||
"css/picbook.css"
|
||||
],
|
||||
"keywords": [
|
||||
"facebook",
|
||||
"javascript",
|
||||
"photos"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue