Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benson <david@draw.io>2022-08-31 12:56:29 +0300
committerGitHub <noreply@github.com>2022-08-31 12:56:29 +0300
commit6cf23c94f28cae09ecc955a7a96cfa67e0cf590b (patch)
tree0595597299026b7f4f61d8f46e95767c0e3083f8
parentf7158bfb0029a6456c215791b7fd005ccb5c3e76 (diff)
Testing whether file needed
-rw-r--r--src/main/webapp/package.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/main/webapp/package.json b/src/main/webapp/package.json
deleted file mode 100644
index e8e70d4b..00000000
--- a/src/main/webapp/package.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "draw.io",
- "version": "20.0.4",
- "description": "diagrams.net desktop",
- "main": "electron.js",
- "scripts": {
- "start": "electron ."
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jgraph/drawio.git"
- },
- "keywords": [
- "draw.io",
- "diagram",
- "flowchart",
- "UML"
- ],
- "author": "JGraph",
- "license": "Apache-2.0",
- "bugs": {
- "url": "https://github.com/jgraph/drawio-desktop/issues"
- },
- "homepage": "https://github.com/jgraph/drawio",
- "dependencies": {
- "commander": "^9.4.0",
- "compression": "^1.7.4",
- "crc": "^4.1.1",
- "electron-log": "^4.4.8",
- "electron-progressbar": "^2.0.1",
- "electron-store": "^8.1.0",
- "electron-updater": "^5.2.1",
- "pdf-lib": "^1.17.1"
- },
- "devDependencies": {
- "electron": "^19.0.10"
- }
-}