41 lines
690 B
JSON
41 lines
690 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|