Skip to content

Commit

Permalink
Added npm package.json. Closes NeXTs#30
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Lukov committed Jul 2, 2015
1 parent b8d0af5 commit 23c52e1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
{
"name": "clusterize.js",
"version": "0.7.0",
"version": "0.8.0",
"description": "Tiny vanilla JS plugin to display large data sets easily",
"main": "clusterize.js",
"style": "clusterize.css",
"scripts": {
},
"repository": {
"type": "git",
"url": "[email protected]:NeXTs/Clusterize.js.git"
},
"keywords": [
"large",
"vanillajs",
"table",
"grid"
"grid",
"list",
"scroll",
"cluster"
],
"author": "Denis Lukov (NeXTs)",
"author": "Denis Lukov",
"license": "MIT",
"bugs": {
"url": "https://github.com/NeXTs/Clusterize.js/issues"
},
"homepage": "https://github.com/NeXTs/Clusterize.js"
}
}

0 comments on commit 23c52e1

Please sign in to comment.