package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons in toggle switches.",
  4. "version": "2.0.1",
  5. "keywords": [
  6. "bootstrap",
  7. "switch",
  8. "javascript",
  9. "js"
  10. ],
  11. "homepage": "http://www.bootstrap-switch.org",
  12. "author": {
  13. "name": "Mattia Larentis",
  14. "email": "[email protected]",
  15. "url": "http://larentis.eu"
  16. },
  17. "contributors": [
  18. {
  19. "name": "Emanuele Marchi",
  20. "email": "[email protected]",
  21. "url": "http://lostcrew.it"
  22. },
  23. {
  24. "name": "Peter Stein",
  25. "url": "http://www.bdmdesign.org"
  26. }
  27. ],
  28. "main": "build/js/bootstrap-switch.js",
  29. "dependencies": {
  30. "jquery": ">=1.9.0"
  31. },
  32. "repository": {
  33. "type": "git",
  34. "url": "git://github.com/nostalgiaz/bootstrap-switch.git"
  35. },
  36. "bugs": "https://github.com/nostalgiaz/bootstrap-switch/issues",
  37. "license": "Apache Version 2",
  38. "readmeFilename": "README.md",
  39. "devDependencies": {
  40. "matchdep": "~0.3.0",
  41. "grunt": "~0.4.2",
  42. "grunt-contrib-less": "~0.8.3",
  43. "grunt-contrib-jshint": "~0.7.2",
  44. "grunt-bump": "0.0.11",
  45. "grunt-contrib-coffee": "~0.7.0",
  46. "grunt-contrib-uglify": "~0.2.7",
  47. "grunt-contrib-cssmin": "~0.7.0",
  48. "grunt-coffeelint": "0.0.8",
  49. "grunt-banner": "~0.2.0",
  50. "grunt-contrib-watch": "~0.5.3",
  51. "grunt-contrib-clean": "~0.5.0",
  52. "grunt-contrib-connect": "~0.6.0",
  53. "grunt-open": "~0.2.2"
  54. }
  55. }