mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-05 16:08:42 +00:00
96d4a3ecf7
Due to historical reasons, the code is in subfolder "1". With SVN removal, we place the code back and remove the annoying "1" folder.
30 lines
599 B
JSON
30 lines
599 B
JSON
{
|
|
"name": "readmore-js",
|
|
"main": "readmore.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",
|
|
"gulpfile.js"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=2.1.4"
|
|
}
|
|
}
|