mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
50 lines
1017 B
JSON
50 lines
1017 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|