1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "masonry",
- "description": "Cascading grid layout library",
- "main": "masonry.js",
- "dependencies": {
- "get-size": "^2.0.2",
- "outlayer": "^2.1.0"
- },
- "devDependencies": {
- "jquery-bridget": "~2.0.0",
- "qunit": "^1.12",
- "jquery": ">=1.4.3 <4"
- },
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "sandbox/",
- "gulpfile.js",
- "package.json",
- "composer.json"
- ],
- "homepage": "http://masonry.desandro.com",
- "authors": [
- "David DeSandro"
- ],
- "keywords": [
- "masonry",
- "layout",
- "outlayer"
- ],
- "license": "MIT",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "version": "4.2.0",
- "_release": "4.2.0",
- "_resolution": {
- "type": "version",
- "tag": "v4.2.0",
- "commit": "55f57c9534cf553da9c9a43427a1b046388dd75d"
- },
- "_source": "https://github.com/desandro/masonry.git",
- "_target": "^4.1.0",
- "_originalSource": "masonry"
- }
|