package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@ephox/acid",
  3. "description": "Color library including Alloy UI component for a color picker",
  4. "version": "4.0.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/tinymce/tinymce.git",
  8. "directory": "modules/acid"
  9. },
  10. "dependencies": {
  11. "@ephox/alloy": "^9.0.3",
  12. "@ephox/boulder": "^6.0.3",
  13. "@ephox/katamari": "^8.1.1",
  14. "@ephox/sugar": "^8.1.1",
  15. "tslib": "^2.0.0"
  16. },
  17. "author": "Tiny Technologies, Inc",
  18. "license": "Apache-2.0",
  19. "files": [
  20. "lib/main",
  21. "lib/demo",
  22. "lib/test",
  23. "src",
  24. "tsconfig.json",
  25. "README.md",
  26. "LEGAL.txt",
  27. "CHANGELOG.txt",
  28. "LICENSE.txt"
  29. ],
  30. "main": "./lib/main/ts/ephox/acid/api/Main.js",
  31. "module": "./lib/main/ts/ephox/acid/api/Main.js",
  32. "types": "./lib/main/ts/ephox/acid/api/Main.d.ts",
  33. "scripts": {
  34. "prepublishOnly": "tsc -b",
  35. "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
  36. "test": "bedrock-auto -b phantomjs -d src/test/ts",
  37. "test-manual": "bedrock -d src/test/ts"
  38. }
  39. }