| 1234567891011121314151617181920212223242526272829 |
- {
- "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"
- }
- }
|