Skip to content

Commit

Permalink
adding to jquery plugin registry, bumping to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Apr 7, 2014
1 parent 88da8c4 commit 4c261ef
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pivottable",
"description": "Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/pivot.js",
"license": "MIT",
"ignore": [
Expand Down
30 changes: 30 additions & 0 deletions pivottable.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "pivottable",
"title": "PivotTable.js",
"description": "Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop",
"keywords": [
"pivot",
"crosstab",
"grid"
],
"version": "1.1.1",
"author":
{
"name": "Nicolas Kruchten",
"email": "[email protected]",
"url": "http://nicolas.kruchten.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nicolaskruchten/pivottable/blob/master/ReadMe.md"
}
],
"bugs": "https://github.com/nicolaskruchten/pivottable/issues",
"homepage": "http://nicolas.kruchten.com/pivottable",
"docs": "https://github.com/nicolaskruchten/pivottable/wiki",
"dependencies": {
"jquery": "*",
"jqueryui": "*"
}
}

0 comments on commit 4c261ef

Please sign in to comment.