package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "trumbowyg",
  3. "title": "Trumbowyg",
  4. "description": "A lightweight WYSIWYG editor",
  5. "version": "2.13.0",
  6. "main": "dist/trumbowyg.js",
  7. "homepage": "http://alex-d.github.io/Trumbowyg",
  8. "author": {
  9. "name": "Alexandre Demode (Alex-D)",
  10. "email": "contact@alex-d.fr",
  11. "url": "http://alex-d.fr"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/Alex-D/Trumbowyg.git"
  16. },
  17. "bugs": {
  18. "url": "https://github.com/Alex-D/Trumbowyg/issues"
  19. },
  20. "license": "MIT",
  21. "devDependencies": {
  22. "del": "2.0.2",
  23. "gulp": "3.9.1",
  24. "gulp-autoprefixer": "2.2.0",
  25. "gulp-concat": "2.6.0",
  26. "gulp-header": "1.7.1",
  27. "gulp-jshint": "2.1.0",
  28. "gulp-livereload": "3.8.1",
  29. "gulp-load-plugins": "1.5.0",
  30. "gulp-minify-css": "1.2.1",
  31. "gulp-newer": "1.0.0",
  32. "gulp-rename": "1.2.2",
  33. "gulp-sass": "4.0.2",
  34. "gulp-size": "2.0.0",
  35. "gulp-svgmin": "1.2.2",
  36. "gulp-svgstore": "5.0.5",
  37. "gulp-uglify": "1.5.4",
  38. "jshint": "2.9.6",
  39. "jshint-stylish": "2.2.1",
  40. "vinyl-paths": "2.1.0"
  41. },
  42. "scripts": {
  43. "start": "gulp",
  44. "build": "gulp build",
  45. "clean": "gulp clean",
  46. "test": "gulp test"
  47. }
  48. }