1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-04 15:03:01 +02:00

Create package.json

This commit is contained in:
koalyptus 2018-01-05 21:26:17 +11:00 committed by GitHub
parent f66baac086
commit 66fea3c92b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

33
package.json Normal file
View file

@ -0,0 +1,33 @@
{
"name": "tablefilter",
"version": "0.0.1",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
"name": "Max Guglielmi",
"url": "https://github.com/koalyptus"
},
"repository": {
"type": "git",
"url": "https://github.com/koalyptus/TableFilter.git"
},
"keywords": [
"filter",
"table",
"javascript",
"filterable",
"grid",
"datagrid",
"sort",
"pagination"
],
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"devDependencies": {},
"dependencies": {},
"bugs": {
"url": "https://github.com/koalyptus/TableFilter/issues"
},
"homepage": "http://koalyptus.github.io/TableFilter"
}