make npm ready

This commit is contained in:
Spencer Alger
2015-05-31 23:13:05 -07:00
parent 314037471f
commit 99e8736b0c
2 changed files with 15 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
*
!README.md
!LICENSE
!dist/**/*
+11 -6
View File
@@ -1,13 +1,10 @@
{
"name": "gridster",
"name": "@spalger/gridster",
"title": "gridster.js",
"description": "a drag-and-drop multi-column jQuery grid plugin",
"version": "0.5.6",
"homepage": "http://gridster.net/",
"author": {
"name": "ducksboard",
"email": "hackers@ducksboard.com"
},
"author": "ducksboard <hackers@ducksboard.com>",
"repository": {
"type": "git",
"url": "git://github.com/ducksboard/gridster.js.git"
@@ -37,5 +34,13 @@
"qunitjs": "~1.11.0",
"grunt-bump": "0.0.11",
"grunt-conventional-changelog": "~1.0.0"
}
},
"main": "dist/jquery.gridster.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}