From 73512de2ede3b22876129ebd75f642019a40bb7d Mon Sep 17 00:00:00 2001 From: terremoth Date: Fri, 11 Oct 2024 20:46:12 -0300 Subject: [PATCH] Add package.json to make it possible install from npm --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..2b8fd17 --- /dev/null +++ b/package.json @@ -0,0 +1,30 @@ +{ + "name": "source-code-editor-tinymce-plugin", + "version": "1.0.0", + "description": "Advanced Source Code Editor plugin for Tinymce WYSIWYG Editor built alongside ACE", + "main": " ", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/melquibrito/source-code-editor-tinymce-plugin.git" + }, + "keywords": [ + "tinymce", + "ace", + "ace-editor", + "wysiwyg-editor", + "wysiwyg", + "source-code-extension", + "tinymce-plugin", + "codeeditor", + "ace-theme" + ], + "author": "melquibrito", + "license": "MIT", + "bugs": { + "url": "https://github.com/melquibrito/source-code-editor-tinymce-plugin/issues" + }, + "homepage": "https://github.com/melquibrito/source-code-editor-tinymce-plugin#readme" +}