S2OJ/uoj/1/js/readmore/package.json
vfleaking 4d2b0735dc update: fetch commits from upstream
Update from vfleaking/uoj upstream, commit aa8a85c - 9f1302c.
Because of this repo's modify, also with the adaption of community version.
2018-09-20 19:34:38 +08:00

35 lines
838 B
JSON

{
"name": "readmore-js",
"version": "2.1.0",
"description": "A lightweight jQuery plugin for collapsing and expanding long blocks of text with \"Read more\" and \"Close\" links.",
"main": "readmore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jedfoster/Readmore.js.git"
},
"keywords": [
"css",
"jquery",
"readmore",
"expand",
"collapse"
],
"author": "Jed Foster <jed@jedfoster.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedfoster/Readmore.js/issues"
},
"homepage": "https://github.com/jedfoster/Readmore.js",
"dependencies": {
"jquery": "~2.1.4"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2"
}
}