package.json 804 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@tinymce/oxide",
  3. "version": "1.10.1",
  4. "description": "TinyMCE 5 Oxide skin",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/oxide"
  9. },
  10. "scripts": {
  11. "test": "echo 'No tests'",
  12. "build": "gulp build",
  13. "start": "gulp watch",
  14. "prepublishOnly": "yarn ci",
  15. "ci": "gulp build --no-color"
  16. },
  17. "keywords": [
  18. "TinyMCE"
  19. ],
  20. "author": "Tiny Technologies, Inc",
  21. "license": "LGPL-2.1",
  22. "files": [
  23. "build/skins/content/**/*.css",
  24. "build/skins/content/**/*.css.map",
  25. "build/skins/ui/**/*.css",
  26. "build/skins/ui/**/*.css.map",
  27. "build/skins/ui/**/*.woff",
  28. "src/less/**/*",
  29. "src/svg/**/*",
  30. "src/fonts/**/*",
  31. "src/text/**/*",
  32. "README.md",
  33. "LICENSE.txt"
  34. ]
  35. }