package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons in toggle switches.",
  4. "version": "3.0.0",
  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": "dist/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. "gulp-coffee": "~1.4.1",
  41. "gulp-util": "~2.2.14",
  42. "gulp-header": "~1.0.2",
  43. "gulp-uglify": "~0.2.1",
  44. "gulp-coffeelint": "~0.2.2",
  45. "gulp": "~3.5.5",
  46. "gulp-less": "~1.2.2",
  47. "gulp-rename": "~1.0.0",
  48. "gulp-open": "~0.2.8",
  49. "gulp-load-plugins": "~0.3.0",
  50. "gulp-jade": "~0.4.2",
  51. "run-sequence": "~0.3.6",
  52. "gulp-connect": "~1.0.7"
  53. }
  54. }