1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-10 10:26:38 +02:00

Updated package.json for npm publishing

This commit is contained in:
Max Guglielmi 2015-10-15 21:01:22 +11:00
parent fa5eade768
commit 3f9a952862

View file

@ -1,8 +1,12 @@
{
"name": "TableFilter",
"version": "0.0.1",
"description": "Filter HTML tables data easily",
"main": "tablefilter.js",
"description": "A Javascript library making HTML tables filterable and a bit more :)",
"main": [
"dist/tablefilter/tablefilter.js",
"dist/tablefilter/tf-1.js",
"dist/tablefilter/style/tablefilter.css"
],
"license": "MIT",
"author": {
"name": "Max Guglielmi",