You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
788 B
34 lines
788 B
3 years ago
|
{
|
||
|
"name": "jquery.fancytable",
|
||
|
"version": "1.0.20",
|
||
|
"description": "A jQuery plugin for making html tables searchable and sortable with pagination.",
|
||
|
"main": "dist/fancyTable.min.js",
|
||
|
"directories": {
|
||
|
"example": "example"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "grunt"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/myspace-nu/jquery.fancyTable.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"jquery",
|
||
|
"table",
|
||
|
"searchable",
|
||
|
"sortable",
|
||
|
"pagination"
|
||
|
],
|
||
|
"author": "Johan Johansson",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/myspace-nu/jquery.fancyTable/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/myspace-nu/jquery.fancyTable#readme",
|
||
|
"devDependencies": {
|
||
|
"grunt": "^1.3.0",
|
||
|
"grunt-contrib-uglify": "^5.0.0"
|
||
|
}
|
||
|
}
|