Skip to content

Commit

Permalink
bower.json initial commit. Resolves feimosi#1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Grzybek committed Aug 4, 2014
1 parent 13eb46e commit b6006fb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "baguettebox.js",
"version": "0.6.0",
"description": "Simple and easy to use lightbox script written in pure JavaScript",
"main": [
"./build/js/baguetteBox.js",
"./build/css/baguetteBox.css"
],
"keywords": [
"lightbox"
],
"authors": [
"feimosi"
],
"license": "MIT",
"homepage": "https://github.com/feimosi/baguetteBox.js",
"repository": {
"type": "git",
"url": "git://github.com/feimosi/baguetteBox.js.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit b6006fb

Please sign in to comment.