package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "@ephox/agar",
  3. "version": "6.0.3",
  4. "description": "Testing infrastructure",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/agar"
  9. },
  10. "scripts": {
  11. "prepublishOnly": "tsc -b",
  12. "test": "bedrock-auto -b phantomjs -d src/test/ts",
  13. "test-manual": "bedrock --testdirs src/test/ts/browser src/test/ts/atomic",
  14. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
  15. },
  16. "keywords": [
  17. "testing",
  18. "step",
  19. "chain",
  20. "assert",
  21. "browser",
  22. "test"
  23. ],
  24. "author": "Tiny Technologies, Inc",
  25. "license": "Apache-2.0",
  26. "dependencies": {
  27. "@ephox/bedrock-client": "^11.0.0",
  28. "@ephox/bedrock-common": "^11.0.0",
  29. "@ephox/jax": "^6.0.3",
  30. "@ephox/sand": "^5.0.3",
  31. "@ephox/sugar": "^8.1.1",
  32. "@ephox/wrap-jsverify": "^2.0.1",
  33. "@ephox/wrap-promise-polyfill": "^2.2.0",
  34. "@ephox/wrap-sizzle": "^4.0.0",
  35. "tslib": "^2.0.0"
  36. },
  37. "devDependencies": {
  38. "@ephox/katamari-assertions": "^3.0.3"
  39. },
  40. "files": [
  41. "lib/main",
  42. "lib/demo",
  43. "lib/test",
  44. "src",
  45. "tsconfig.json",
  46. "README.md",
  47. "LEGAL.txt",
  48. "CHANGELOG.md",
  49. "LICENSE.txt"
  50. ],
  51. "main": "./lib/main/ts/ephox/agar/api/Main.js",
  52. "module": "./lib/main/ts/ephox/agar/api/Main.js",
  53. "types": "./lib/main/ts/ephox/agar/api/Main.d.ts"
  54. }