package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Turn checkboxes and radio buttons in toggle switches.",
  4. "version": "3.3.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. "coffee-script": "~1.8.0",
  41. "gulp": "~3.8.9",
  42. "gulp-changed": "^1.1.0",
  43. "gulp-coffee": "~2.2.0",
  44. "gulp-coffeelint": "~0.4.0",
  45. "gulp-connect": "^2.2.0",
  46. "gulp-header": "~1.2.2",
  47. "gulp-jade": "^0.10.0",
  48. "gulp-less": "^2.0.1",
  49. "gulp-load-plugins": "^0.8.0",
  50. "gulp-open": "~0.3.0",
  51. "gulp-rename": "~1.2.0",
  52. "gulp-uglify": "~1.0.1",
  53. "gulp-util": "~3.0.1",
  54. "jasmine-core": "^2.1.3",
  55. "karma": "~0.12.24",
  56. "karma-firefox-launcher": "~0.1.3",
  57. "karma-jasmine": "^0.3.2",
  58. "less-plugin-clean-css": "^1.2.0",
  59. "run-sequence": "~1.0.1"
  60. },
  61. "scripts": {
  62. "build": "gulp dist",
  63. "test": "gulp test"
  64. },
  65. "npmName": "bootstrap-switch",
  66. "npmFileMap": [
  67. {
  68. "basePath": "/dist/",
  69. "files": [
  70. "*.js",
  71. "bootstrap3/*.css",
  72. "bootstrap2/*.css"
  73. ]
  74. }
  75. ]
  76. }