diff --git a/package.json b/package.json index bbbcf1f..1f5144b 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,46 @@ { "name": "jquery.switcher", "version": "1.2.3", - "description": "", - "homepage": "", - "author": { - "name": "Janic Beauchemin", - "url": "https://github.com/djanix/" - }, + "description": "jquery.switcher v1.2.3\r ===============", + "homepage": "https://github.com/djanix/jquery-switcher", + "author": "Janic Beauchemin (https://github.com/djanix/)", "devDependencies": { "grunt": "^0.4.5", - "grunt-autoprefixer": "^0.7.3", - "grunt-contrib-copy": "~0.5.0", + "grunt-contrib-watch": "^0.6.1", "grunt-contrib-jshint": "^0.10.0", - "grunt-contrib-sass": "~0.7.3", + "grunt-autoprefixer": "^0.7.3", + "matchdep": "^0.3.0", "grunt-contrib-uglify": "^0.5.0", - "grunt-contrib-watch": "^0.6.1", - "matchdep": "^0.3.0" + "grunt-contrib-sass": "~0.7.3", + "grunt-contrib-copy": "~0.5.0" + }, + "main": "dist/switcher.js", + "dependencies": { + "grunt": "~0.4.5", + "matchdep": "~0.3.0", + "grunt-contrib-jshint": "~0.10.0", + "grunt-contrib-sass": "~0.7.3", + "grunt-autoprefixer": "~0.7.6", + "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-copy": "~0.5.0", + "grunt-contrib-uglify": "~0.5.0" + }, + "scripts": { + "test": "grunt build" + }, + "repository": { + "type": "git", + "url": "https://github.com/djanix/jquery-switcher.git" + }, + "keywords": [ + "switcher", + "custom", + "input", + "checkbox", + "radio" + ], + "license": "ISC", + "bugs": { + "url": "https://github.com/djanix/jquery-switcher/issues" } }