-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 947 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
{
"name": "read-more-read-less",
"version": "1.0.15",
"description": "Zero dependency read more link implementation to any kind of content.",
"main": "src/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hayatbiralem/read-more-read-less.git"
},
"author": "Ömür Yanıkoğlu @hayatbiralem",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hayatbiralem/read-more-read-less/issues"
},
"homepage": "https://github.com/hayatbiralem/read-more-read-less#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}