forked from brunjo/rowGrid.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 677 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "rowgrid.js",
"version": "1.1.0",
"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"
}
}