123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@ephox/jax",
- "version": "6.0.3",
- "description": "AJAX library",
- "repository": {
- "type": "git",
- "url": "https://github.com/tinymce/tinymce.git",
- "directory": "modules/jax"
- },
- "scripts": {
- "prepublishOnly": "yarn run lint && yarn run build",
- "lint": "eslint --config ../../.eslintrc.json src/**/*.ts",
- "build": "tsc -b",
- "test": "bedrock-auto -b phantomjs --customRoutes src/test/json/routes.json -d src/test/ts/",
- "test-manual": "bedrock --customRoutes src/test/json/routes.json -d src/test/ts/",
- "start": "webpack-dev-server --open-page './src/demo/html'",
- "build:demo": "webpack"
- },
- "keywords": [
- "ajax"
- ],
- "author": "Tiny Technologies, Inc",
- "license": "Apache-2.0",
- "dependencies": {
- "@ephox/katamari": "^8.1.1",
- "tslib": "^2.0.0"
- },
- "files": [
- "lib/main",
- "lib/demo",
- "lib/test",
- "src",
- "tsconfig.json",
- "README.md",
- "LEGAL.txt",
- "CHANGELOG.txt",
- "LICENSE.txt"
- ],
- "main": "./lib/main/ts/ephox/jax/api/Main.js",
- "module": "./lib/main/ts/ephox/jax/api/Main.js",
- "types": "./lib/main/ts/ephox/jax/api/Main.d.ts"
- }
|