@hammaadhrasheedh/editorjs-iframe
Version:
Iframe Tool for Editor.js
33 lines (32 loc) • 771 B
JSON
{
"name": "@hammaadhrasheedh/editorjs-iframe",
"version": "1.0.21",
"keywords": [
"iframe",
"tool",
"server-less",
"editor.js",
"editorjs"
],
"description": "Iframe Tool for Editor.js",
"license": "MIT",
"repository": "https://github.com/hammaadhrasheedh/editorjs-iframe",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch"
},
"author": {
"name": "CodeX",
"email": "hammaadhrasheedh@gmail.com"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"css-loader": "^1.0.0",
"style-loader": "^0.21.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
}
}