123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name": "@ephox/agar",
- "version": "6.0.3",
- "description": "Testing infrastructure",
- "repository": {
- "type": "git",
- "url": "https://github.com/tinymce/tinymce.git",
- "directory": "modules/agar"
- },
- "scripts": {
- "prepublishOnly": "tsc -b",
- "test": "bedrock-auto -b phantomjs -d src/test/ts",
- "test-manual": "bedrock --testdirs src/test/ts/browser src/test/ts/atomic",
- "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
- },
- "keywords": [
- "testing",
- "step",
- "chain",
- "assert",
- "browser",
- "test"
- ],
- "author": "Tiny Technologies, Inc",
- "license": "Apache-2.0",
- "dependencies": {
- "@ephox/bedrock-client": "^11.0.0",
- "@ephox/bedrock-common": "^11.0.0",
- "@ephox/jax": "^6.0.3",
- "@ephox/sand": "^5.0.3",
- "@ephox/sugar": "^8.1.1",
- "@ephox/wrap-jsverify": "^2.0.1",
- "@ephox/wrap-promise-polyfill": "^2.2.0",
- "@ephox/wrap-sizzle": "^4.0.0",
- "tslib": "^2.0.0"
- },
- "devDependencies": {
- "@ephox/katamari-assertions": "^3.0.3"
- },
- "files": [
- "lib/main",
- "lib/demo",
- "lib/test",
- "src",
- "tsconfig.json",
- "README.md",
- "LEGAL.txt",
- "CHANGELOG.md",
- "LICENSE.txt"
- ],
- "main": "./lib/main/ts/ephox/agar/api/Main.js",
- "module": "./lib/main/ts/ephox/agar/api/Main.js",
- "types": "./lib/main/ts/ephox/agar/api/Main.d.ts"
- }
|