{ "name": "tablefilter", "description": "A Javascript library making HTML tables filterable and a bit more :).", "version": "0.0.0", "homepage": "https://github.com/koalyptus/tablefilter", "author": { "name": "Max Guglielmi", "url": "http://github.com/koalyptus/" }, "repository": { "type": "git", "url": "git://github.com/koalyptus/tablefilter.git" }, "bugs": { "url": "https://github.com/koalyptus/tablefilter/issues" }, "engines": { "node": ">=0.10" }, "scripts": { "test": "grunt assemble" }, "devDependencies": { "assemble": "^0.4.42", "generator-assemble": "^0.5.0", "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-connect": "^0.8.0", "grunt-contrib-copy": "^0.5.0", "grunt-contrib-watch": "^0.6.1", "grunt-gh-pages": "^0.10.0", "load-grunt-tasks": "^0.6.0", "time-grunt": "^1.0.0", "yo": "^1.4.7" }, "licenses": [ { "type": "MIT", "url": "https://github.com/koalyptus/tablefilter/blob/master/LICENSE" } ], "keywords": [ "assemble", "templates", "handlebars", "site generator", "site builder", "grunt" ] }