forked from metafizzy/packery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 673 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 673 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
29
30
31
32
33
{
"name": "packery",
"version": "1.3.2",
"author": "David DeSandro / Metafizzy",
"description": "bin-packing layout library",
"main": [
"js/rect.js",
"js/packer.js",
"js/item.js",
"js/packery.js"
],
"dependencies": {
"classie": "1.x",
"get-style-property": "1.x",
"get-size": "1.2.x",
"outlayer": "1.3.x"
},
"devDependencies": {
"draggabilly": "1.x",
"jquery": "~1",
"jquery-ui-draggable": "https://gist.github.com/4985610.git",
"jquery-bridget": "1.1.x",
"qunit": "^1.15"
},
"ignore": [
"**/.*",
"test/",
"examples/",
"contributing.md",
"package.json",
"Gruntfile.js"
]
}