123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "isotope",
- "description": "Filter and sort magical layouts",
- "main": "js/isotope.js",
- "dependencies": {
- "desandro-matches-selector": "^2.0.0",
- "fizzy-ui-utils": "^2.0.4",
- "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",
- "version": "3.0.4",
- "_release": "3.0.4",
- "_resolution": {
- "type": "version",
- "tag": "v3.0.4",
- "commit": "22b0c459aa7b9c68387ae85cc7d61bd141a7a359"
- },
- "_source": "https://github.com/metafizzy/isotope.git",
- "_target": "*",
- "_originalSource": "isotope"
- }
|