UNPKG

maxlength-contenteditable

Version:

Simple maxlength plugin validator for contenteditable html , this plugin do not allow you to put more than the specified max length allowed, paste from clipboard is also checked

48 lines (47 loc) 1.2 kB
{ "name": "maxlength-contenteditable", "version": "1.0.1", "description": "Simple maxlength plugin validator for contenteditable html , this plugin do not allow you to put more than the specified max length allowed, paste from clipboard is also checked ", "main": "dist/maxlength-contenteditable.js", "scripts": { "dev": "webpack --watch", "build": "webpack" }, "keywords": [ "contenteditable", "maxlength", "plugin", "input", "textarea", "javascript", "HTMLElement" ], "engines": { "node": ">=7.8.0" }, "files": [ "dist" ], "unpkg": "dist/maxlength-contenteditable.js", "author": "Stephen31", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/stephen31/maxlength-contenteditable" }, "bugs": { "url": "https://github.com/stephen31/maxlength-contenteditable/issues" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.1", "eslint": "^4.13.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.8.0", "webpack": "^3.10.0" }, "dependencies": { "core-js": "^2.5.6" } }