mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-05 12: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.
36 lines
895 B
JSON
36 lines
895 B
JSON
{
|
|
"name": "readmore-js",
|
|
"version": "2.2.1",
|
|
"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",
|
|
"build": "./node_modules/gulp/bin/gulp.js compress"
|
|
},
|
|
"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"
|
|
}
|
|
}
|