package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@ephox/imagetools",
  3. "version": "5.1.1",
  4. "description": "Image tools for tinymce and textbox.io",
  5. "keywords": [
  6. "image",
  7. "editor",
  8. "ephox"
  9. ],
  10. "dependencies": {
  11. "@ephox/wrap-promise-polyfill": "^2.2.0",
  12. "tslib": "^2.0.0"
  13. },
  14. "scripts": {
  15. "test": "bedrock-auto -b phantomjs -d src/test/ts",
  16. "test-manual": "bedrock -d src/test/ts",
  17. "prepublishOnly": "tsc -b",
  18. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/tinymce/tinymce.git",
  23. "directory": "modules/imagetools"
  24. },
  25. "files": [
  26. "lib/main",
  27. "lib/demo",
  28. "lib/test",
  29. "src",
  30. "tsconfig.json",
  31. "README.md",
  32. "LEGAL.txt",
  33. "CHANGELOG.txt",
  34. "LICENSE.txt"
  35. ],
  36. "author": "Tiny Technologies, Inc",
  37. "license": "Apache-2.0",
  38. "main": "./lib/main/ts/ephox/imagetools/api/Main.js",
  39. "module": "./lib/main/ts/ephox/imagetools/api/Main.js",
  40. "types": "./lib/main/ts/ephox/imagetools/api/Main.d.ts"
  41. }