-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
{
"name": "secure-web",
"version": "1.2.4",
"description": "Secure-Web is an npm package that prevents users from taking screenshots of your web page by securing it against various methods of screenshot capture. With customizable options to tailor the security measures according to your needs, Secure-Web ensures that your sensitive information remains protected and inaccessible to unauthorized individuals. Embrace the power of Secure-Web and take control of your online security today.",
"main": "dist/secure-web.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bmiit145/secure-web.git"
},
"keywords": [
"Secure-Web",
"noscreenshot",
"prevent-screenshot",
"security",
"privacy",
"online-endeavors",
"package",
"cutting-edge-technologies",
"web-presence",
"threats",
"prevention",
"user-screenshot-capture",
"customizable-options",
"sensitive-information",
"shielded",
"prying-eyes",
"peace-of-mind",
"elevate",
"npm",
"web-page",
"protection"
],
"author": "Priyank Sutariya",
"license": "ISC",
"bugs": {
"url": "https://github.com/bmiit145/secure-web/issues"
},
"homepage": "https://github.com/bmiit145/secure-web#readme",
"dependencies": {
"jsdom": "^24.0.0"
}
}