package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons in toggle switches.",
  4. "version": "3.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": "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.3",
  41. "gulp-util": "~2.2.14",
  42. "gulp-header": "~1.0.2",
  43. "gulp-uglify": "~0.3.0",
  44. "gulp-coffeelint": "~0.3.3",
  45. "gulp": "~3.6.1",
  46. "gulp-less": "~1.2.3",
  47. "gulp-rename": "~1.2.0",
  48. "gulp-open": "~0.2.8",
  49. "gulp-load-plugins": "~0.5.1",
  50. "gulp-jade": "~0.5.0",
  51. "run-sequence": "~0.3.6",
  52. "gulp-connect": "~2.0.5",
  53. "coffee-script": "~1.7.1",
  54. "gulp-changed": "~0.3.0"
  55. }
  56. }