forked from metafizzy/isotope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1.03 KB
/
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
{
"name": "isotope",
"version": "2.0.1",
"description": "Filter and sort magical layouts",
"main": [
"js/item.js",
"js/layout-mode.js",
"js/isotope.js",
"js/layout-modes/vertical.js",
"js/layout-modes/fit-rows.js",
"js/layout-modes/masonry.js"
],
"dependencies": {
"get-size": ">=1 <2",
"matches-selector": "desandro/matches-selector#>=1 <2",
"outlayer": "^1.2.0",
"masonry": "^3.1.5"
},
"devDependencies": {
"doc-ready": "desandro/doc-ready",
"isotope-cells-by-column": "metafizzy/isotope-cells-by-column",
"isotope-cells-by-row": "metafizzy/isotope-cells-by-row",
"isotope-fit-columns": "metafizzy/isotope-fit-columns",
"isotope-horizontal": "metafizzy/isotope-horizontal",
"isotope-masonry-horizontal": "metafizzy/isotope-masonry-horizontal",
"jquery": "1",
"qunit": "1.12"
},
"ignore": [
"test/",
"examples/",
"sandbox/",
"**/.*",
"Gruntfile.js",
"package.json",
"notes.md",
"CONTRIBUTING.mdown",
"changelog.md"
]
}