Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brunjo committed Jan 22, 2016
1 parent 76687a9 commit 1ecc7c7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "rowGrid.js",
"description": "A small, lightweight jQuery plugin for placing items in straight rows",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"authors": [
{ "name": "Bruno Joseph", "email": "bruno.joseph95@gmail.com"," homepage": "http://brunojoseph.com" }
Expand Down
28 changes: 28 additions & 0 deletions package.json
@@ -0,0 +1,28 @@
{
"name": "rowgrid.js",
"version": "1.0.5",
"description": "A small, lightweight JavaScript plugin for placing items in straight rows",
"main": "jquery.row-grid.js",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/brunjo/rowGrid.js.git"
},
"keywords": [
"jQuery",
"grid",
"layout",
"images"
],
"author": "Bruno Joseph <bruno.joseph95@gmail.com> (http://www.brunojoseph.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brunjo/rowGrid.js/issues"
},
"homepage": "https://github.com/brunjo/rowGrid.js",
"dependencies" : {
"jquery": ">=1.7.0"
}
}

0 comments on commit 1ecc7c7

Please sign in to comment.