{ "name": "wookmark", "version": "2.1.2", "repository": "https://github.com/germanysbestkeptsecret/Wookmark-jQuery.git", "description": "Javascript plugin for laying out elements of varying heights in a column-based grid. It also contains support for filtering and sorting items. A lot of examples are included showing how to use all the available options.", "keywords": [ "grid", "ui" ], "license": "MIT", "main": "wookmark.js", "bugs": "https://github.com/germanysbestkeptsecret/Wookmark-jQuery/issues", "homepage": "http://plugin.wookmark.com", "author": "Christoph Ono ", "contributors": [ { "name": "Sebastian Helzle", "email": "sebastian@helzle.it" } ], "devDependencies": { "bower": "~1.4.1", "eslint": "^2.7.0", "grunt": "~0.4.5", "grunt-cli": "~0.1.13", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-uglify": "~0.5.1", "grunt-docco": "~0.3.3", "grunt-gh-pages": "~0.10.0" }, "scripts": { "update": "bower cache clean && bower install && grunt", "build": "grunt", "deploy": "grunt deploy" } }