Merge pull request #2245 from javve/master

[author] Add List.js 1.0.0
This commit is contained in:
Thomas Davis
2013-12-02 10:06:09 -08:00
4 changed files with 55 additions and 0 deletions
File diff suppressed because one or more lines are too long
+27
View File
@@ -0,0 +1,27 @@
{
"name": "list.js",
"filename": "list.min.js",
"version": "1.0.0",
"description": "The perfect library for adding search, sort, filters & flexibility to tables, lists, or anything",
"homepage": "http://listjs.com",
"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"
}
]
}
File diff suppressed because one or more lines are too long
+26
View File
@@ -0,0 +1,26 @@
{
"name": "list.pagination.js",
"filename": "list.pagination.min.js",
"version": "0.1.0",
"description": "A pagination plugin for List.js",
"homepage": "http://listjs.com/docs/plugins/fuzzysearch",
"keywords": [
"pagination",
"list",
"table",
"dom",
"html",
"ui"
],
"repositories": {
"type": "git",
"url": "git://github.com/javve/list.pagination.js.git"
},
"license": "MIT",
"maintainers": [
{
"name": "Jonny Strömberg",
"website": "http://jonnystromberg.com"
}
]
}