UNPKG

@toast-ui/editor-plugin-color-syntax

Version:

TOAST UI Editor : Color Syntax Plugin

55 lines (54 loc) 1.31 kB
{ "name": "@toast-ui/editor-plugin-color-syntax", "version": "3.1.0", "description": "TOAST UI Editor : Color Syntax Plugin", "keywords": [ "nhn", "nhn cloud", "toast", "toastui", "toast-ui", "editor", "plugin", "color-syntax", "color-picker" ], "main": "dist/toastui-editor-plugin-color-syntax.js", "files": [ "dist/*.js", "dist/*.css", "types/index.d.ts" ], "types": "types/index.d.ts", "author": "NHN Cloud FE Development Lab <dl_javascript@nhn.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nhn/tui.editor.git", "directory": "plugins/color-syntax" }, "bugs": { "url": "https://github.com/nhn/tui.editor/issues" }, "homepage": "https://ui.toast.com", "browserslist": "last 2 versions, not ie <= 10", "scripts": { "lint": "eslint .", "test:types": "tsc", "test": "jest --watch", "test:ci": "jest", "serve": "snowpack dev", "serve:ie": "webpack serve", "build:cdn": "webpack build --env cdn & webpack build --env cdn minify", "build": "webpack build && npm run build:cdn" }, "devDependencies": { "cross-env": "^6.0.3" }, "dependencies": { "tui-color-picker": "^2.2.6" }, "publishConfig": { "access": "public" } }