Files
cdnjs/ajax/libs/list.js/package.json
T

37 lines
749 B
JSON

{
"name": "list.js",
"filename": "list.min.js",
"version": "1.1.1",
"description": "The perfect library for adding search, sort, filters & flexibility to tables, lists, or anything",
"homepage": "http://listjs.com",
"autoupdate": {
"source": "git",
"target": "git://github.com/javve/list.js.git",
"basePath": "/dist",
"files": [
"list.js",
"list.min.js"
]
},
"keywords": [
"list",
"search",
"sort",
"table",
"dom",
"html",
"ui"
],
"repositories": {
"type": "git",
"url": "git://github.com/javve/list.js.git"
},
"license": "MIT",
"maintainers": [
{
"name": "Jonny Strömberg",
"website": "http://jonnystromberg.com"
}
]
}