UNPKG

frostui-editor

Version:

FrostUI-Editor is a free, open-source WYSIWYG editor for Javascript.

39 lines 1.02 kB
{ "name": "frostui-editor", "version": "1.1.5", "description": "FrostUI-Editor is a free, open-source WYSIWYG editor for Javascript.", "keywords": [ "ui", "component", "wysiwyg", "editor", "front-end", "web" ], "homepage": "https://github.com/elusivecodes/FrostUI-Editor", "bugs": { "url": "https://github.com/elusivecodes/FrostUI-Editor/issues", "email": "elusivecodes@gmail.com" }, "main": "./dist/frost-ui-editor.js", "files": [ "/dist/frost-ui-editor.js", "/LICENSE", "/README.md" ], "scripts": { "build": "node build.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/elusivecodes/FrostUI-Editor.git" }, "author": "Elusive", "license": "MIT", "private": false, "devDependencies": { "filepath": "^1.1.0", "terser": "^4.8.0" } }