package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@ephox/mcagar",
  3. "version": "7.0.4",
  4. "description": "Tinymce agar wrapper",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/mcagar"
  9. },
  10. "files": [
  11. "lib/main",
  12. "src/main",
  13. "README.md",
  14. "LEGAL.txt",
  15. "CHANGELOG.txt",
  16. "LICENSE.txt"
  17. ],
  18. "scripts": {
  19. "test": "bedrock-auto -b phantomjs -d src/test/ts",
  20. "test-manual": "bedrock -d src/test/ts",
  21. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
  22. "prepublishOnly": "tsc -b"
  23. },
  24. "author": "Tiny Technologies, Inc",
  25. "license": "Apache-2.0",
  26. "dependencies": {
  27. "@ephox/agar": "^6.0.3",
  28. "@ephox/katamari": "^8.1.1",
  29. "@ephox/sand": "^5.0.3",
  30. "@ephox/sugar": "^8.1.1",
  31. "@ephox/wrap-jsverify": "^2.0.1",
  32. "tslib": "^2.0.0"
  33. },
  34. "peerDependencies": {
  35. "tinymce": ">=4.0.0"
  36. },
  37. "main": "./lib/main/ts/ephox/mcagar/api/Main.js",
  38. "module": "./lib/main/ts/ephox/mcagar/api/Main.js",
  39. "types": "./lib/main/ts/ephox/mcagar/api/Main.d.ts"
  40. }