Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ozio committed Sep 12, 2015
1 parent d630337 commit 8b2d407
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
@@ -0,0 +1,17 @@
{
"name": "jquery.gridly",
"version": "1.2.9",
"description": "Gridly is a jQuery plugin to enable dragging and dropping as well as resizing on a grid.",
"main": "./javascripts/jquery.gridly.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ksylvest/jquery-gridly.git"
},
"author": "Kevin Sylvestre",
"license": "MIT",
"bugs": {
"url": "https://github.com/ksylvest/jquery-gridly/issues"
},
"homepage": "https://github.com/ksylvest/jquery-gridly#readme"
}

0 comments on commit 8b2d407

Please sign in to comment.