Adding bower_components to _site, they wont be gitignored

This commit is contained in:
Open-Steps.org 2015-04-16 12:30:59 +02:00
parent 8038a31de7
commit 2824ba5aaf
274 changed files with 46334 additions and 3 deletions

View 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"
}
}