forked from metafizzy/packery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.02 KB
/
package.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
44
45
46
47
{
"name": "packery",
"version": "1.3.2",
"description": "bin-packing layout library",
"main": "js/packery.js",
"dependencies": {
"desandro-classie": "1.x",
"desandro-get-style-property": "1.x",
"get-size": "1.2.x",
"outlayer": "1.3.x"
},
"devDependencies": {
"draggabilly": "1.x",
"jquery": "~1",
"jquery-bridget": "1.1.x",
"qunitjs": "^1.15",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.4.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-requirejs": "~0.4.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/metafizzy/packery.git"
},
"keywords": [
"DOM",
"browser",
"layout",
"bin",
"binpacking",
"packing",
"masonry"
],
"author": "David DeSandro / Metafizzy",
"bugs": {
"url": "https://github.com/metafizzy/packery/issues"
},
"homepage": "http://packery.metafizzy.co"
}