-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "copyshareify-js",
"version": "1.3.2",
"description": "CopyShareify-js is a versatile JavaScript library that enhances buttons with customizable actions. With CopyShareify-js, you can effortlessly transform ordinary buttons into powerful tools that enable various actions, including copying content, sharing on social media platforms, and more.",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no demo specified\\\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"author": "HichemTab <konanhichemsinshi@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HichemTab-tech/CopyShareify-js.git"
},
"keywords": [
"JavaScript library",
"Button actions",
"Copy content",
"Share content",
"Clipboard",
"Social media sharing",
"Frontend development",
"Web development",
"jQuery plugin",
"Customizable actions",
"HTML elements",
"Image copying",
"Web Share API",
"UI components",
"Utility library",
"DOM manipulation",
"javascript",
"html"
],
"bugs": {
"url": "https://github.com/HichemTab-tech/CopyShareify-js/issues"
},
"homepage": "https://github.com/HichemTab-tech/CopyShareify-js",
"dependencies": {
"jquery": "^3.7.0",
"terser-webpack-plugin": "^5.3.9"
},
"devDependencies": {
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
}