All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

Go to download

Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.

The newest version!
{
  "name": "autosize",
  "description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.",
  "version": "6.0.1",
  "keywords": [
    "textarea",
    "form",
    "ui"
  ],
  "files": [
    "dist",
    "src"
  ],
  "author": {
    "name": "Jack Moore",
    "url": "http://www.jacklmoore.com",
    "email": "[email protected]"
  },
  "source": "src/autosize.js",
  "module": "dist/autosize.esm.js",
  "unpkg": "dist/autosize.min.js",
  "main": "dist/autosize.js",
  "license": "MIT",
  "homepage": "http://www.jacklmoore.com/autosize",
  "demo": "http://www.jacklmoore.com/autosize",
  "repository": {
    "type": "git",
    "url": "http://github.com/jackmoore/autosize.git"
  },
  "devDependencies": {
    "microbundle": "^0.13.3"
  },
  "scripts": {
    "build": "npx microbundle --no-sourcemap --no-pkg-main --no-compress -f umd -o dist/autosize.js && npx microbundle --no-sourcemap -f esm,umd",
    "dev": "npx microbundle --no-sourcemap --no-pkg-main --no-compress -f umd -o dist/autosize.js watch"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy