forked from metafizzy/isotope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 784 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
{
"name": "isotope",
"version": "2.2.0",
"description": "Filter and sort magical layouts",
"main": "js/isotope.js",
"dependencies": {
"get-size": "~1.2.2",
"matches-selector": ">=1 <2",
"outlayer": "~1.4.0",
"masonry": "~3.3.0",
"fizzy-ui-utils": "~1.0.1"
},
"devDependencies": {
"doc-ready": "1.x",
"isotope-cells-by-column": "1.x",
"isotope-cells-by-row": "1.x",
"isotope-fit-columns": "1.x",
"isotope-horizontal": "1.x",
"isotope-masonry-horizontal": "1.x",
"jquery": ">=1.4.3 <2",
"jquery-bridget": "1.1.x",
"qunit": "^1.15"
},
"ignore": [
"test/",
"examples/",
"sandbox/",
"**/.*",
"Gruntfile.js",
"package.json",
"notes.md",
"CONTRIBUTING.mdown",
"changelog.md"
]
}