12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "@ephox/robin",
- "description": "This project is for grouping sibling DOM nodes together by boundary points, for example the list of elements and nodes representing a word.",
- "version": "9.0.3",
- "repository": {
- "type": "git",
- "url": "https://github.com/tinymce/tinymce.git",
- "directory": "modules/robin"
- },
- "files": [
- "lib/main",
- "lib/demo",
- "lib/test",
- "src",
- "tsconfig.json",
- "README.md",
- "LEGAL.txt",
- "CHANGELOG.txt",
- "LICENSE.txt"
- ],
- "dependencies": {
- "@ephox/boss": "^5.0.3",
- "@ephox/katamari": "^8.1.1",
- "@ephox/phoenix": "^7.0.3",
- "@ephox/polaris": "^5.0.3",
- "@ephox/sugar": "^8.1.1",
- "tslib": "^2.0.0"
- },
- "devDependencies": {
- "@ephox/katamari-assertions": "^3.0.3"
- },
- "author": "Tiny Technologies, Inc",
- "license": "Apache-2.0",
- "main": "./lib/main/ts/ephox/robin/api/Main.js",
- "module": "./lib/main/ts/ephox/robin/api/Main.js",
- "types": "./lib/main/ts/ephox/robin/api/Main.d.ts",
- "scripts": {
- "test": "bedrock-auto -b phantomjs -d src/test",
- "test-manual": "bedrock -d src/test",
- "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
- "prepublishOnly": "tsc -b"
- }
- }
|