forked from jedfoster/Readmore.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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 <[email protected]>",
"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"
}
}