forked from desandro/masonry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.12 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
48
49
50
51
52
53
{
"name": "masonry-layout",
"version": "4.2.0",
"description": "Cascading grid layout library",
"main": "masonry.js",
"dependencies": {
"get-size": "^2.0.2",
"outlayer": "^2.1.0"
},
"devDependencies": {
"chalk": "^1.1.1",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-json-lint": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-requirejs-optimize": "metafizzy/gulp-requirejs-optimize",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"jquery": ">=1.4.3 <4",
"jquery-bridget": "~2.0.0",
"jshint": "^2.8.0",
"minimist": "^1.2.0",
"qunitjs": "^1.12"
},
"directories": {
"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",
"files": [
"dist",
"masonry.js"
]
}