Codebase list autosize.js / upstream/3.0.21_dfsg1 bower.json
upstream/3.0.21_dfsg1

Tree @upstream/3.0.21_dfsg1 (Download .tar.gz)

bower.json @upstream/3.0.21_dfsg1raw · history · blame

{
	"name": "autosize",
	"description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.",
	"dependencies": {},
	"keywords": [
		"textarea",
		"form",
		"ui"
	],
	"authors": [
		{
			"name": "Jack Moore",
			"url": "http://www.jacklmoore.com",
			"email": "hello@jacklmoore.com"
		}
	],
	"license": "MIT",
	"homepage": "http://www.jacklmoore.com/autosize",
	"ignore": [],
	"repository": {
		"type": "git",
		"url": "http://github.com/jackmoore/autosize.git"
	},
	"main": "dist/autosize.js",
	"moduleType": [
		"amd",
		"node"
	]
}