Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SunitRaut authored Jan 21, 2021
1 parent 65f26b0 commit b3fa85b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "heatmap-visualization-library",
"version": "1.0.2",
"description": "A Heatmap Visualization Generation library for JavaScript",
"main": "heatmap.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SunitRaut/Heatmap-Visualization-JS"
},
"author": "Sunit Raut (https://github.com/SunitRaut)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/SunitRaut/Heatmap-Visualization-JS/issues"
},
"homepage": "https://github.com/SunitRaut/Heatmap-Visualization-JS"
}

0 comments on commit b3fa85b

Please sign in to comment.