forked from metafizzy/isotope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.27 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": "isotope-layout",
"version": "2.2.0",
"description": "Filter and sort magical layouts",
"main": "js/isotope.js",
"dependencies": {
"get-size": "~1.2.2",
"desandro-matches-selector": ">=1 <2",
"outlayer": "~1.4.0",
"masonry-layout": "~3.3.0",
"fizzy-ui-utils": "~1.0.1"
},
"devDependencies": {
"desandro-matches-selector": "^1.0.2",
"doc-ready": "1.x",
"eventie": "^1.0.5",
"isotope-fit-columns": "1.1.x",
"isotope-cells-by-row": "~1.1.1",
"isotope-cells-by-column": "1.1.x",
"isotope-horizontal": "~1.1.1",
"isotope-masonry-horizontal": "1.1.x",
"jquery": ">=1.4.3 <2",
"jquery-bridget": "1.1.x",
"qunitjs": "^1.15",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.4.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-requirejs": "~0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/metafizzy/isotope.git"
},
"bugs": {
"url": "https://github.com/metafizzy/isotope/issues"
},
"homepage": "http://isotope.metafizzy.co",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"DOM",
"browser",
"masonry",
"layout",
"filter",
"sort"
],
"author": "Metafizzy"
}