mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-23 02:42:02 +01:00
Start again
This commit is contained in:
49
vendors/autosize/package.json
vendored
Normal file
49
vendors/autosize/package.json
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "autosize",
|
||||
"description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.",
|
||||
"version": "3.0.15",
|
||||
"keywords": [
|
||||
"textarea",
|
||||
"form",
|
||||
"ui"
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"author": {
|
||||
"name": "Jack Moore",
|
||||
"url": "http://www.jacklmoore.com",
|
||||
"email": "hello@jacklmoore.com"
|
||||
},
|
||||
"main": "dist/autosize.js",
|
||||
"license": "MIT",
|
||||
"homepage": "http://www.jacklmoore.com/autosize",
|
||||
"demo": "http://www.jacklmoore.com/autosize",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/jackmoore/autosize.git"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"babel": "^5.4.3",
|
||||
"gaze": "^0.5.1",
|
||||
"jshint": "^2.5.6",
|
||||
"uglify-js": "^2.4.22"
|
||||
},
|
||||
"config": {
|
||||
"bower": {
|
||||
"name": "autosize",
|
||||
"ignore": [],
|
||||
"moduleType": [
|
||||
"amd",
|
||||
"node"
|
||||
]
|
||||
},
|
||||
"title": "Autosize",
|
||||
"filename": "autosize"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node build"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user