mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-14 06:58:41 +00:00
4d2b0735dc
Update from vfleaking/uoj upstream, commit aa8a85c - 9f1302c. Because of this repo's modify, also with the adaption of community version.
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"name": "Readmore.js",
|
|
"main": "readmore.min.js",
|
|
"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",
|
|
"tests"
|
|
]
|
|
}
|