forked from desandro/masonry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 943 Bytes
/
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
{
"name": "masonry-layout",
"version": "3.2.2",
"description": "Cascading grid layout library",
"main": "masonry.js",
"dependencies": {
"get-size": ">=1.1.4 <1.3",
"outlayer": "1.3.x"
},
"devDependencies": {
"jquery-bridget": "1.1.x",
"doc-ready": "1.x",
"qunitjs": "^1.12",
"jquery": ">=1.4.3 <2",
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-requirejs": "^0.4.1"
},
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "test/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/desandro/masonry.git"
},
"keywords": [
"DOM",
"browser",
"grid",
"layout",
"outlayer"
],
"author": "David DeSandro",
"license": "MIT",
"bugs": {
"url": "https://github.com/desandro/masonry/issues"
},
"homepage": "http://masonry.desandro.com"
}