package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Unofficial bootstrap switch",
  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": "static/js/bootstrap-switch.js",
  28. "scripts": {
  29. "test": "grunt test"
  30. },
  31. "repository": {
  32. "type": "git",
  33. "url": "git://github.com/nostalgiaz/bootstrap-switch.git"
  34. },
  35. "license": "Apache Version 2",
  36. "readmeFilename": "README.md",
  37. "devDependencies": {
  38. "matchdep": "~0.3.0",
  39. "grunt": "~0.4.2",
  40. "grunt-contrib-less": "~0.8.3",
  41. "grunt-contrib-jshint": "~0.7.2",
  42. "grunt-bump": "0.0.11",
  43. "grunt-contrib-coffee": "~0.7.0",
  44. "grunt-contrib-uglify": "~0.2.7",
  45. "grunt-contrib-cssmin": "~0.7.0",
  46. "grunt-coffeelint": "0.0.8",
  47. "grunt-banner": "~0.2.0"
  48. }
  49. }