Setup as an npm package

This commit is contained in:
Mike Haas 2015-07-30 13:20:18 -04:00
parent e0e9eec66f
commit 510a575714
2 changed files with 23 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/troolee/gridstack.js",
"authors": [
"Pavel Reznikov <pashka.reznikov@gmail.com>"

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "gridstack",
"version": "0.2.3",
"description": "gridstack.js is a jQuery plugin for widget layout",
"repository": {
"type": "git",
"url": "git+https://github.com/troolee/gridstack.js.git"
},
"keywords": [
"gridstack",
"grid",
"gridster",
"layout",
"jquery"
],
"author": "Pavel Reznikov <pashka.reznikov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/troolee/gridstack.js/issues"
},
"homepage": "http://troolee.github.io/gridstack.js/"
}