forked from metafizzy/isotope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 796 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": "isotope",
"description": "Filter and sort magical layouts",
"main": "js/isotope.js",
"dependencies": {
"desandro-matches-selector": "^2.0.0",
"fizzy-ui-utils": "^2.0.0",
"get-size": "^2.0.0",
"masonry": "^4.1.0",
"outlayer": "^2.1.0"
},
"devDependencies": {
"jquery": "2 < 4",
"jquery-bridget": "^2",
"qunit": "^1.15"
},
"ignore": [
"test/",
"sandbox/",
"**/.*",
"package.json",
"notes.md",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "http://isotope.metafizzy.co",
"authors": [
"David DeSandro"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"filter",
"sort",
"masonry",
"jquery-plugin"
],
"license": "GPL-3.0"
}