mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
574 B
29 lines
574 B
{
|
|
"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"
|
|
]
|
|
} |