forked from metafizzy/packery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 846 Bytes
/
bower.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "packery",
"author": "David DeSandro",
"description": "Gapless, draggable grid layouts",
"main": "js/packery.js",
"dependencies": {
"get-size": "^2.0.2",
"outlayer": "^2.0.0"
},
"devDependencies": {
"draggabilly": "^2.1.0",
"jquery": ">=2 <4",
"jquery-ui-draggable": "https://gist.github.com/4985610.git",
"jquery-bridget": "~2.0.0",
"qunit": "^1.15"
},
"ignore": [
"**/.*",
"contributing.md",
"package.json",
"gulpfile.js",
"sandbox/",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "http://packery.metafizzy.co",
"authors": [
"David DeSandro <[email protected]>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"layout",
"grid",
"draggable"
],
"license": "GPL-3.0"
}