humhub/static/assets/dde89003/package.json
2017-03-16 14:24:20 +01:00

32 lines
636 B
JSON

{
"name": "jquery-autosize",
"description": "Automatically adjust textarea height based on user input.",
"version": "1.18.18",
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jackmoore/autosize.git"
},
"keywords": [
"form",
"textarea",
"ui",
"jQuery",
"jquery-plugin"
],
"authors": [
{
"name": "Jack Moore",
"url": "http://www.jacklmoore.com",
"email": "hello@jacklmoore.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "http://www.jacklmoore.com/autosize",
"main": "jquery.autosize.js"
}