2018-07-09 02:40:30 +00:00
|
|
|
{
|
2018-12-15 05:42:52 +00:00
|
|
|
"name": "readmore-js",
|
|
|
|
"main": "readmore.js",
|
2018-07-09 02:40:30 +00:00
|
|
|
"version": "2.1.0",
|
|
|
|
"homepage": "http://jedfoster.com/Readmore.js/",
|
|
|
|
"authors": [
|
|
|
|
"Jed Foster <jed@jedfoster.com>"
|
|
|
|
],
|
|
|
|
"description": "A lightweight jQuery plugin for collapsing and expanding long blocks of text with \"Read more\" and \"Close\" links.",
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"jquery",
|
|
|
|
"readmore",
|
|
|
|
"expand",
|
|
|
|
"collapse"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
2018-12-15 05:42:52 +00:00
|
|
|
"tests",
|
|
|
|
"gulpfile.js"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": ">=2.1.4"
|
|
|
|
}
|
2018-07-09 02:40:30 +00:00
|
|
|
}
|