Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
This commit is contained in:
28
assets/plugins/autosize/autosize.jquery.json
Normal file
28
assets/plugins/autosize/autosize.jquery.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "autosize",
|
||||
"title": "Autosize",
|
||||
"description": "Automatically adjust textarea height based on user input.",
|
||||
"version": "1.17.8",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7"
|
||||
},
|
||||
"keywords": [
|
||||
"form",
|
||||
"textarea",
|
||||
"ui",
|
||||
"jQuery"
|
||||
],
|
||||
"author": {
|
||||
"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",
|
||||
"demo": "http://www.jacklmoore.com/autosize"
|
||||
}
|
||||
Reference in New Issue
Block a user