OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
_backup
/
tinymce
/
tinymce
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/20/2020 05:35:36 AM
rwxr-xr-x
📄
Gruntfile.js
26.7 KB
02/20/2020 05:35:00 AM
rw-r--r--
📄
LICENSE.TXT
25.82 KB
02/20/2020 05:35:01 AM
rw-r--r--
📄
changelog.txt
116.65 KB
02/20/2020 05:35:00 AM
rw-r--r--
📁
js
-
02/20/2020 05:35:09 AM
rwxr-xr-x
📄
package-lock.json
283.24 KB
02/20/2020 05:35:06 AM
rw-r--r--
📄
package.json
2.17 KB
02/20/2020 05:35:02 AM
rw-r--r--
📄
readme.md
3.65 KB
02/20/2020 05:35:03 AM
rw-r--r--
📁
src
-
02/20/2020 05:54:21 AM
rwxr-xr-x
📁
tools
-
02/20/2020 05:35:32 AM
rwxr-xr-x
📄
yarn.lock
240.86 KB
02/20/2020 05:35:05 AM
rw-r--r--
Editing: package.json
Close
{ "name": "tinymce", "version": "5.0.4", "private": true, "repository": { "type": "git", "url": "https://github.com/tinymce/tinymce.git" }, "description": "TinyMCE rich text editor", "author": "Tiny Technologies", "bugs": { "url": "https://github.com/tinymce/tinymce/issues" }, "license": "LGPL-2.1", "engines": { "node": ">=0.10.26" }, "main": "tinymce.js", "scripts": { "test": "grunt bedrock-auto:standard", "lint": "tslint src/**/*.ts", "apollo-test-manual": "grunt bedrock-manual:apollo", "silver-test": "grunt bedrock-auto:silver", "silver-test-manual": "grunt bedrock-manual:silver" }, "devDependencies": { "@ephox/acid": "latest", "@ephox/agar": "latest", "@ephox/alloy": "latest", "@ephox/bedrock": "latest", "@ephox/boulder": "latest", "@ephox/bridge": "latest", "@ephox/darwin": "latest", "@ephox/dom-globals": "latest", "@ephox/imagetools": "latest", "@ephox/katamari": "latest", "@ephox/mcagar": "latest", "@ephox/oxide": "latest", "@ephox/oxide-icons-default": "latest", "@ephox/polaris": "latest", "@ephox/robin": "latest", "@ephox/sand": "latest", "@ephox/snooker": "latest", "@ephox/sugar": "latest", "@ephox/swag": "latest", "@ephox/tslint-rules": "latest", "@ephox/wrap-jsverify": "latest", "@tinymce/oxide": "latest", "@tinymce/oxide-icons-default": "latest", "awesome-typescript-loader": "^5.2.0", "grunt": "^1.0.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-less": "2.0.0", "grunt-contrib-uglify": "4.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-nuget-pack": "^0.0.6", "grunt-shell": "^3.0.1", "grunt-tslint": "^5.0.1", "grunt-webpack": "^3.1.2", "less-plugin-autoprefix": "^2.0.0", "load-grunt-tasks": "^4.0.0", "moxie-zip": "^0.0.3", "string-replace-loader": "^2.1.1", "ts-loader": "^5.3.0", "tslint": "^5.9.1", "typescript": "^3.1.5", "webpack": "^4.8.3", "webpack-dev-server": "^3.2.1", "webpack-livereload-plugin": "^2.1.1" }, "dependencies": { "tslib": "^1.9.3" } }