package.json 1.2 KB

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