Skip to content

Commit

Permalink
recommit package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Janic Beauchemin committed Sep 3, 2014
1 parent 5be5ad9 commit f149337
Showing 1 changed file with 37 additions and 11 deletions.
48 changes: 37 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit f149337

Please sign in to comment.