-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.27 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.27 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "dreadmore",
"version": "2.2.6",
"description": "The plugin for collapsing and expanding long blocks of text. You can DISABLE it using CSS!",
"main": "dist/dreadmore.min.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/DSekon/DReadMore.git"
},
"keywords": [
"dreadmore",
"dreadmore.js",
"readmore",
"readmore.js",
"more",
"sass",
"scss",
"native",
"javascript",
"html",
"css",
"plugin",
"dsekon"
],
"author": "DSekon",
"license": "MIT",
"bugs": {
"url": "https://github.com/DSekon/DReadMore/issues"
},
"homepage": "https://dreadmore.dsekon.com",
"funding": [
{
"type": "donationalerts",
"url": "https://www.donationalerts.com/r/dsekon"
}
],
"engines": {
"node": ">= 4.7.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"babel-loader": "^8.2.3",
"terser-webpack-plugin": "^5.3.0"
},
"dependencies": {
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}