1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "masonry",
- "version": "4.0.0",
- "description": "Cascading grid layout library",
- "main": "masonry.js",
- "dependencies": {
- "get-size": "~2.0.2",
- "outlayer": "~2.0.0"
- },
- "devDependencies": {
- "jquery-bridget": "~2.0.0",
- "qunit": "^1.12",
- "jquery": ">=1.4.3 <4"
- },
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "sandbox/",
- "CONTRIBUTING.mdown",
- "gulpfile.js",
- "package.json"
- ],
- "homepage": "http://masonry.desandro.com",
- "authors": [
- "David DeSandro"
- ],
- "keywords": [
- "masonry",
- "layout",
- "outlayer"
- ],
- "license": "MIT",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ]
- }
|