tinymce-image-map
Version:
TinyMCE plugin that generates image map for HTML content
57 lines (56 loc) • 1.96 kB
JSON
{
"name": "tinymce-image-map",
"version": "0.0.10",
"description": "TinyMCE plugin that generates image map for HTML content",
"author": "Tiberius Silivestru",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tiberius-s/tinymce-image-map.git"
},
"homepage": "https://github.com/tiberius-s/tinymce-image-map",
"bugs": {
"url": "https://github.com/tiberius-s/tinymce-image-map/issues"
},
"keywords": [
"html",
"imagemap",
"tinymce"
],
"main": "dist/tinymce-image-map/plugin.min.js",
"unpkg": "https://unpkg.com/tinymce-image-map/dist/tinymce-image-map/plugin.min.js",
"scripts": {
"start": "webpack-dev-server --config config/webpack.config.dev.js --progress --open --hot",
"lint": "eslint 'src/**/*.js' --fix",
"build": "webpack --config config/webpack.config.prod.js --progress",
"test": "mocha --require @babel/register --require ./test/setup.js --recursive --reporter nyan"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/register": "^7.6.2",
"babel-loader": "^8.0.6",
"canvas": "^2.6.0",
"canvas-5-polyfill": "^0.1.5",
"chai": "^4.2.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jsdom": "^13.2.0",
"mocha": "^6.2.1",
"prettier": "^1.18.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.4.1",
"url-loader": "^1.1.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
}
}