blowfish/node_modules/packery/bower.json

44 lines
846 B
JSON
Raw Normal View History

2023-01-29 22:30:24 +00:00
{
"name": "packery",
"author": "David DeSandro",
"description": "Gapless, draggable grid layouts",
"main": "js/packery.js",
"dependencies": {
"get-size": "^2.0.2",
"outlayer": "^2.0.0"
},
"devDependencies": {
"draggabilly": "^2.1.0",
"jquery": ">=2 <4",
"jquery-ui-draggable": "https://gist.github.com/4985610.git",
"jquery-bridget": "~2.0.0",
"qunit": "^1.15"
},
"ignore": [
"**/.*",
"contributing.md",
"package.json",
"gulpfile.js",
"sandbox/",
"node_modules",
"bower_components",
"test",
"tests"
],
"homepage": "http://packery.metafizzy.co",
"authors": [
"David DeSandro <desandrocodes@gmail.com>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"layout",
"grid",
"draggable"
],
"license": "GPL-3.0"
}