123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@ephox/sugar",
- "version": "8.1.1",
- "description": "Basic DOM manipulation",
- "repository": {
- "type": "git",
- "url": "https://github.com/tinymce/tinymce.git",
- "directory": "modules/sugar"
- },
- "scripts": {
- "prepublishOnly": "tsc -b",
- "test": "bedrock-auto -b chrome-headless --stopOnFailure -d src/test/ts",
- "test-manual": "bedrock --stopOnFailure -d src/test/ts",
- "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
- },
- "keywords": [
- "DOM",
- "insert",
- "append",
- "predicate"
- ],
- "author": "Tiny Technologies, Inc",
- "license": "Apache-2.0",
- "dependencies": {
- "@ephox/katamari": "^8.1.1",
- "@ephox/sand": "^5.0.3"
- },
- "devDependencies": {
- "@ephox/katamari-assertions": "^3.0.3"
- },
- "files": [
- "lib/main",
- "lib/demo",
- "lib/test",
- "src",
- "tsconfig.json",
- "README.md",
- "LEGAL.txt",
- "CHANGELOG.txt",
- "LICENSE.txt"
- ],
- "main": "./lib/main/ts/ephox/sugar/api/Main.js",
- "module": "./lib/main/ts/ephox/sugar/api/Main.js",
- "types": "./lib/main/ts/ephox/sugar/api/Main.d.ts"
- }
|