add list.js 1.0.0

This commit is contained in:
Jonny Strömberg
2013-12-02 18:42:39 +01:00
parent 5ad5cd034b
commit dd050a04ca
2 changed files with 28 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"
}
]
}