UNPKG

@toast-ui/editor-plugin-chart

Version:

TOAST UI Editor : Chart Plugin

54 lines (53 loc) 1.28 kB
{ "name": "@toast-ui/editor-plugin-chart", "version": "3.0.1", "description": "TOAST UI Editor : Chart Plugin", "keywords": [ "nhn", "toast", "toastui", "toast-ui", "editor", "plugin", "chart" ], "main": "dist/toastui-editor-plugin-chart.js", "types": "types/index.d.ts", "files": [ "dist/*.js", "types/index.d.ts" ], "browserslist": "last 2 versions, not ie <= 10", "author": "NHN FE Development Lab <dl_javascript@nhn.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nhn/tui.editor.git", "directory": "plugins/chart" }, "bugs": { "url": "https://github.com/nhn/tui.editor/issues" }, "homepage": "https://ui.toast.com", "scripts": { "lint": "eslint .", "test:types": "tsc", "test": "jest --watch", "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": { "buffer": "^6.0.3", "jest-canvas-mock": "^2.3.1", "os-browserify": "^0.3.0", "stream-browserify": "^3.0.0" }, "dependencies": { "@toast-ui/chart": "^4.1.4" }, "publishConfig": { "access": "public" } }