2018-07-09 02:40:30 +00:00
|
|
|
{
|
|
|
|
"name": "readmore-js",
|
2018-12-15 05:42:52 +00:00
|
|
|
"version": "2.2.1",
|
2018-07-09 02:40:30 +00:00
|
|
|
"description": "A lightweight jQuery plugin for collapsing and expanding long blocks of text with \"Read more\" and \"Close\" links.",
|
|
|
|
"main": "readmore.js",
|
|
|
|
"scripts": {
|
2018-12-15 05:42:52 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "./node_modules/gulp/bin/gulp.js compress"
|
2018-07-09 02:40:30 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2018-12-15 05:42:52 +00:00
|
|
|
"jquery": ">2.1.4"
|
2018-07-09 02:40:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^3.9.0",
|
|
|
|
"gulp-rename": "^1.2.0",
|
|
|
|
"gulp-uglify": "^1.0.2"
|
|
|
|
}
|
|
|
|
}
|