package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons into toggle switches.",
  4. "version": "3.3.2",
  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. "browser-sync": "^2.6.4",
  41. "coffee-script": "~1.9.2",
  42. "gulp": "^3.8.11",
  43. "gulp-changed": "^1.2.1",
  44. "gulp-coffee": "~2.3.1",
  45. "gulp-coffeelint": "~0.4.0",
  46. "gulp-connect": "^2.2.0",
  47. "gulp-header": "~1.2.2",
  48. "gulp-jade": "^1.0.0",
  49. "gulp-less": "^3.0.2",
  50. "gulp-load-plugins": "^0.10.0",
  51. "gulp-open": "~0.3.2",
  52. "gulp-rename": "~1.2.2",
  53. "gulp-uglify": "~1.2.0",
  54. "gulp-util": "~3.0.4",
  55. "jasmine-core": "^2.2.0",
  56. "karma": "~0.12.31",
  57. "karma-firefox-launcher": "~0.1.4",
  58. "karma-jasmine": "^0.3.5",
  59. "less-plugin-clean-css": "^1.5.0",
  60. "run-sequence": "~1.0.2"
  61. },
  62. "scripts": {
  63. "build": "gulp dist",
  64. "test": "gulp test"
  65. },
  66. "npmName": "bootstrap-switch",
  67. "npmFileMap": [
  68. {
  69. "basePath": "/dist/",
  70. "files": [
  71. "*.js",
  72. "bootstrap3/*.css",
  73. "bootstrap2/*.css"
  74. ]
  75. }
  76. ]
  77. }