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
36
_site/bower_components/picbookjs/package.json
vendored
Normal file
36
_site/bower_components/picbookjs/package.json
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"name": "picbookjs",
|
||||
"version": "0.3.0",
|
||||
"description": "A simple Javascript library to display album photos from a Facebook Page",
|
||||
"main": "js/picbook.js",
|
||||
"directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/henriquea/picbookjs.git"
|
||||
},
|
||||
"keywords": [
|
||||
"facebook",
|
||||
"album",
|
||||
"photo"
|
||||
],
|
||||
"author": "Henrique Alves",
|
||||
"homepage": "http://henriquea.github.io/picbookjs",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/henriquea/picbookjs/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bower": "~1.2.8",
|
||||
"grunt": "~0.4.2",
|
||||
"grunt-contrib-jshint": "~0.7.0",
|
||||
"load-grunt-tasks": "~0.2.0",
|
||||
"time-grunt": "~0.2.0",
|
||||
"jshint-stylish": "~0.1.3",
|
||||
"grunt-contrib-uglify": "~0.3.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue