123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "@ephox/polaris",
- "description": "This project does data manipulation on arrays and strings.",
- "version": "5.0.3",
- "repository": {
- "type": "git",
- "url": "https://github.com/tinymce/tinymce.git",
- "directory": "modules/polaris"
- },
- "files": [
- "lib/main",
- "lib/demo",
- "lib/test",
- "src",
- "tsconfig.json",
- "README.md",
- "LEGAL.txt",
- "CHANGELOG.txt",
- "LICENSE.txt"
- ],
- "dependencies": {
- "@ephox/katamari": "^8.1.1",
- "tslib": "^2.0.0"
- },
- "devDependencies": {
- "@ephox/katamari-assertions": "^3.0.3"
- },
- "scripts": {
- "prepublishOnly": "tsc -b",
- "test": "bedrock-auto -b phantomjs -d src/test/ts",
- "test-manual": "bedrock -d src/test/ts",
- "lint": "eslint --config ../../.eslintrc.json src/**/*.ts"
- },
- "author": "Tiny Technologies, Inc",
- "license": "Apache-2.0",
- "main": "./lib/main/ts/ephox/polaris/api/Main.js",
- "module": "./lib/main/ts/ephox/polaris/api/Main.js",
- "types": "./lib/main/ts/ephox/polaris/api/Main.d.ts"
- }
|