package.json 704 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "bootstrap-switch",
  3. "description": "Unofficial bootstrap switch",
  4. "version": "1.8.0",
  5. "main": "static/js/bootstrap-switch.js",
  6. "scripts": {
  7. "test": "grunt test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/nostalgiaz/bootstrap-switch.git"
  12. },
  13. "keywords": [
  14. "bootstrap",
  15. "switch"
  16. ],
  17. "license": "Apache Version 2",
  18. "readmeFilename": "README.md",
  19. "devDependencies": {
  20. "matchdep": "~0.3.0",
  21. "grunt": "~0.4.2",
  22. "grunt-contrib-less": "~0.8.3",
  23. "grunt-contrib-jshint": "~0.7.2",
  24. "grunt-bump": "0.0.11",
  25. "grunt-contrib-coffee": "~0.7.0",
  26. "grunt-contrib-uglify": "~0.2.7",
  27. "grunt-contrib-cssmin": "~0.7.0"
  28. }
  29. }