@corgras/readmore-js
Version:
A smooth and lightweight pure JavaScript plugin for collapsing long text blocks with "Read more" and "Close" buttons, enhancing readability and saving space, perfect for mobile devices.
52 lines • 1.2 kB
JSON
{
"name": "@corgras/readmore-js",
"version": "2.2.0",
"description": "A smooth and lightweight pure JavaScript plugin for collapsing long text blocks with \"Read more\" and \"Close\" buttons, enhancing readability and saving space, perfect for mobile devices.",
"main": "readmore.js",
"module": "readmore.js",
"unpkg": "readmore.min.js",
"exports": {
".": {
"import": "./readmore.js",
"require": "./readmore.js"
}
},
"files": [
"readmore.js",
"readmore.min.js",
"readmore.min.js.map"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/corgras/Readmore.js.git"
},
"keywords": [
"Readmore",
"Javascript",
"js",
"Plugin",
"Plugins",
"Read-more",
"Read-more-button",
"Text",
"Description",
"JavaScriptPlugin",
"FrontendDevelopment",
"UXDesign",
"OpenSource",
"ExpandCollapse",
"ReadMoreJS",
"JavaScriptTools",
"MobileFriendly",
"JavaScriptLibrary"
],
"author": "RoS (CORGRAS) <corgras.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/corgras/Readmore.js/issues"
},
"homepage": "https://github.com/corgras/Readmore.js"
}