Skip to content

Commit

Permalink
read me update and bower
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleydw committed May 23, 2014
1 parent 2903872 commit d71dfe8
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.idea

# Node
node_modules
node_modules
.DS_Store
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ See the github page for docs: http://ashleydw.github.io/lightbox

Releases
----
As of v3.0.2 release tags reflect the bootstrap version they are associated to. ie release v3.0.2 was tested with bootstrap v.3.0.2
Update: Below is not true any more as the release cycle of bootstrap was too slow :)
~~As of v3.0.2 release tags reflect the bootstrap version they are associated to. ie release v3.0.2 was tested with bootstrap v.3.0.2~~
37 changes: 37 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "ekko-lightbox",
"version": "3.1.2",
"main": "./dist/ekko-lightbox.min.js",
"ignore": [
"**/.*",
"examples",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": ">= 3.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-banner": "~0.2.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-recess": "~0.3.3"
},
"homepage": "https://github.com/ashleydw/lightbox",
"authors": [
"ashleydw <hello@ashleyd.ws>"
],
"description": "A lightbox gallery plugin for Bootstrap 3 based on the modal plugin",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"license": "GNU GENERAL PUBLIC LICENSE"
}
40 changes: 40 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "ekko-lightbox",
"description": "A lightbox gallery plugin for Bootstrap 3 based on the modal plugin",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"homepage": "https://github.com/ashleydw/lightbox",
"authors": [
{
"name": "ashleydw",
"email": "hello@ashleyd.ws"
}
],
"support": {
"issues": "https://github.com/ashleydw/lightbox/issues"
},
"license": "GNU GENERAL PUBLIC LICENSE",
"type": "component",
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"dist/ekko-lightbox.js"
],
"styles": [
"dist/ekko-lightbox.css"
],
"files": [
"dist/ekko-lightbox.min.js",
"dist/ekko-lightbox.min.css"
]
}
}
}
48 changes: 23 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
{
"name": "ekko-lightbox",
"version": "3.1.1-alpha",
"main": "./dist/ekko-lightbox.min.js",
"ignore": [
"**/.*",
"examples",
"node_modules",
"bower_components",
"test",
"tests"
"description": "A lightbox gallery plugin for Bootstrap 3 based on the modal plugin",
"version": "3.1.2",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"dependencies": {
"bootstrap": ">= 3.0.0"
"homepage": "https://github.com/ashleydw/lightbox",
"author": "ashleydw <hello@ashleyd.ws>",
"style": "./dist/ekko-lightbox.css",
"less": "ekko-lightbox.less",
"repository": {
"type": "git",
"url": "https://github.com/ashleydw/lightbox.git"
},
"bugs": {
"url": "https://github.com/ashleydw/lightbox/issues"
},
"license": {
"type": "GNU GENERAL PUBLIC LICENSE",
"url": "https://github.com/ashleydw/lightbox/blob/master/LICENSE.txt"
},
"devDependencies": {
"grunt": "~0.4.1",
Expand All @@ -20,18 +31,5 @@
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-recess": "~0.3.3"
},
"homepage": "https://github.com/ashleydw/lightbox",
"authors": [
"ashleydw <hello@ashleyd.ws>"
],
"description": "A lightbox gallery plugin for Bootstrap 3 based on the modal plugin",
"keywords": [
"lightbox",
"gallery",
"bootstrap",
"jquery",
"modal"
],
"license": "GNU GENERAL PUBLIC LICENSE"
}
}

0 comments on commit d71dfe8

Please sign in to comment.