diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +test diff --git a/package.json b/package.json index 8509f34..0b79645 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,19 @@ { - "name": "jquerytools", - "version": "1.2.11" + "name": "@regru/jquery-tools", + "version": "1.2.11", + "description": "The Missing UI library for the Web", + "directories": { + "lib": "lib", + "test": "test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/regru/jquerytools.git" + }, + "author": "Tero Piirainen", + "license": "MIT", + "bugs": { + "url": "https://github.com/regru/jquerytools/issues" + }, + "homepage": "https://github.com/regru/jquerytools#readme" }