Skip to content

Commit 1ecc7c7

Browse files
committed
add package.json
1 parent 76687a9 commit 1ecc7c7

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rowGrid.js",
33
"description": "A small, lightweight jQuery plugin for placing items in straight rows",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"license": "MIT",
66
"authors": [
77
{ "name": "Bruno Joseph", "email": "[email protected]"," homepage": "http://brunojoseph.com" }

package.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "rowgrid.js",
3+
"version": "1.0.5",
4+
"description": "A small, lightweight JavaScript plugin for placing items in straight rows",
5+
"main": "jquery.row-grid.js",
6+
"directories": {
7+
"example": "example"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/brunjo/rowGrid.js.git"
12+
},
13+
"keywords": [
14+
"jQuery",
15+
"grid",
16+
"layout",
17+
"images"
18+
],
19+
"author": "Bruno Joseph <[email protected]> (http://www.brunojoseph.com/)",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/brunjo/rowGrid.js/issues"
23+
},
24+
"homepage": "https://github.com/brunjo/rowGrid.js",
25+
"dependencies" : {
26+
"jquery": ">=1.7.0"
27+
}
28+
}

0 commit comments

Comments
 (0)