UNPKG

input-soft-limit

Version:

A simple JavaScript module that applies a soft character limit to inputs and textareas.

40 lines 1.03 kB
{ "name": "input-soft-limit", "version": "1.2.5", "description": "A simple JavaScript module that applies a soft character limit to inputs and textareas.", "main": "dist/input-soft-limit.js", "scripts": { "dev": "webpack -d --mode development", "build": "webpack -p --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/peteheaney/input-soft-limit.git" }, "keywords": [ "character", "limit", "max", "soft", "input", "form" ], "author": { "name": "Pete Heaney", "url": "https://peteheaney.com/" }, "license": "MIT", "bugs": { "url": "https://github.com/peteheaney/input-soft-limit/issues" }, "homepage": "https://github.com/peteheaney/input-soft-limit#readme", "devDependencies": { "@babel/core": "^7.6.4", "@babel/plugin-proposal-object-rest-spread": "^7.6.2", "@babel/preset-env": "^7.6.3", "babel-loader": "^8.0.6", "webpack": "^4.41.2", "webpack-cli": "^3.3.9" }, "dependencies": {} }