penlf
Version:
a simple rich text editor.
34 lines (33 loc) • 785 B
JSON
{
"name": "penlf",
"version": "0.3.5",
"description": "a simple rich text editor.",
"main": "dist/Penlf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mesakas/Penlf.git"
},
"keywords": [
"Penlf",
"editor",
"richTextEditor"
],
"author": "Mesakas",
"license": "MIT",
"bugs": {
"url": "https://github.com/mesakas/Penlf/issues"
},
"homepage": "https://github.com/mesakas/Penlf#readme",
"devDependencies": {
"css-loader": "^5.2.6",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
}
}