package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "bootstrap-wysiwyg",
  3. "version": "1.0.4",
  4. "description": "A tiny Bootstrap and jQuery based WYSIWYG rich text editor based on the browser function execCommand.",
  5. "contributors": [
  6. {
  7. "name": "Steve King",
  8. "url": "https://github.com/steveathon"
  9. },
  10. {
  11. "name": "Tyler Hughes",
  12. "url": "https://github.com/RandomlyKnighted"
  13. }
  14. ],
  15. "dependencies": {},
  16. "devDependencies": {
  17. "check-pages": "^0.9.0",
  18. "grunt": "^0.4.5",
  19. "grunt-bootlint": "^0.9.1",
  20. "grunt-bumpup": "^0.6.2",
  21. "grunt-check-pages": "^0.9.0",
  22. "grunt-contrib-jshint": "^0.11.2",
  23. "grunt-contrib-rename": "^0.0.3",
  24. "grunt-contrib-uglify": "^0.9.1",
  25. "grunt-contrib-watch": "^0.6.1",
  26. "grunt-release": "^0.13.0",
  27. "gulp": "^3.9.0",
  28. "gulp-bootlint": "^0.5.0",
  29. "gulp-html5-lint": "^1.0.1",
  30. "gulp-jshint": "^1.11.0",
  31. "gulp-rename": "^1.2.2",
  32. "gulp-uglify": "^1.2.0"
  33. },
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/steveathon/bootstrap-wysiwyg"
  37. },
  38. "keywords": [
  39. "css",
  40. "js",
  41. "responsive",
  42. "front-end",
  43. "web",
  44. "wysiwyg",
  45. "editor"
  46. ],
  47. "license": "MIT",
  48. "private": false,
  49. "bugs": {
  50. "url": "https://github.com/steveathon/bootstrap-wysiwyg/issues"
  51. },
  52. "homepage": "https://github.com/steveathon/bootstrap-wysiwyg"
  53. }