Files
spota-dev/assets/plugins/autosize/bower.json
Power BI Dev a52c2a8462 Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
2026-05-02 10:09:32 +07:00

29 lines
549 B
JSON

{
"name": "jquery-autosize",
"description": "Automatically adjust textarea height based on user input.",
"version": "1.17.8",
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"form",
"textarea",
"ui",
"jQuery"
],
"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"
}