forked from desandro/masonry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 787 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
44
{
"name": "masonry",
"version": "3.3.2",
"description": "Cascading grid layout library",
"main": "masonry.js",
"dependencies": {
"get-size": "~1.2.2",
"outlayer": "~1.4.0",
"fizzy-ui-utils": "~1.0.1"
},
"devDependencies": {
"jquery-bridget": "1.1.x",
"doc-ready": "1.x",
"qunit": "^1.12",
"jquery": ">=1.4.3 <2"
},
"ignore": [
"examples/",
"test/",
"CONTRIBUTING.mdown",
"Gruntfile.js",
"package.json",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "http://masonry.desandro.com",
"authors": [
"David DeSandro"
],
"keywords": [
"masonry",
"layout",
"outlayer"
],
"license": "MIT",
"moduleType": [
"amd",
"globals",
"node"
]
}