{ "name": "@ephox/acid", "description": "Color library including Alloy UI component for a color picker", "version": "4.0.3", "repository": { "type": "git", "url": "https://github.com/tinymce/tinymce.git", "directory": "modules/acid" }, "dependencies": { "@ephox/alloy": "^9.0.3", "@ephox/boulder": "^6.0.3", "@ephox/katamari": "^8.1.1", "@ephox/sugar": "^8.1.1", "tslib": "^2.0.0" }, "author": "Tiny Technologies, Inc", "license": "Apache-2.0", "files": [ "lib/main", "lib/demo", "lib/test", "src", "tsconfig.json", "README.md", "LEGAL.txt", "CHANGELOG.txt", "LICENSE.txt" ], "main": "./lib/main/ts/ephox/acid/api/Main.js", "module": "./lib/main/ts/ephox/acid/api/Main.js", "types": "./lib/main/ts/ephox/acid/api/Main.d.ts", "scripts": { "prepublishOnly": "tsc -b", "lint": "eslint --config ../../.eslintrc.json src/**/*.ts", "test": "bedrock-auto -b phantomjs -d src/test/ts", "test-manual": "bedrock -d src/test/ts" } }