package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@ephox/alloy",
  3. "version": "9.0.3",
  4. "description": "Ui Framework",
  5. "dependencies": {
  6. "@ephox/agar": "^6.0.3",
  7. "@ephox/boulder": "^6.0.3",
  8. "@ephox/katamari": "^8.1.1",
  9. "@ephox/sand": "^5.0.3",
  10. "@ephox/sugar": "^8.1.1",
  11. "tslib": "^2.0.0"
  12. },
  13. "files": [
  14. "lib/main",
  15. "lib/demo",
  16. "lib/test",
  17. "src",
  18. "tsconfig.json",
  19. "README.md",
  20. "LEGAL.txt",
  21. "CHANGELOG.md",
  22. "LICENSE.txt"
  23. ],
  24. "scripts": {
  25. "test": "bedrock-auto -b phantomjs --testdirs src/test/ts/atomic src/test/ts/browser src/test/ts/jsdom src/test/ts/webdriver",
  26. "test-manual": "bedrock --testdirs src/test/ts/atomic src/test/ts/browser src/test/ts/jsdom src/test/ts/webdriver",
  27. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
  28. "prepublishOnly": "tsc -b"
  29. },
  30. "repository": {
  31. "type": "git",
  32. "url": "https://github.com/tinymce/tinymce.git",
  33. "directory": "modules/alloy"
  34. },
  35. "keywords": [
  36. "ui"
  37. ],
  38. "author": "Tiny Technologies, Inc",
  39. "license": "Apache-2.0",
  40. "main": "./lib/main/ts/ephox/alloy/api/Main.js",
  41. "module": "./lib/main/ts/ephox/alloy/api/Main.js",
  42. "types": "./lib/main/ts/ephox/alloy/api/Main.d.ts"
  43. }