1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-16 15:45:45 +01:00
TableFilter/package.json

49 lines
1.1 KiB
JSON

{
"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",
"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-MIT"
}
],
"keywords": [
"assemble",
"templates",
"handlebars",
"site generator",
"site builder",
"grunt"
]
}