-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 838 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
{
"name": "netlify-plugin-js-obfuscator",
"version": "1.0.20",
"description": "JavaScript Obfuscator for your sites hosted on netlify, which provide protection for your source code.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamanishroy/netlify-plugin-js-obfuscator.git"
},
"keywords": [
"netlify",
"netlify-plugin",
"JavaScript",
"JS",
"obfuscator",
"plugin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamanishroy/netlify-plugin-js-obfuscator/issues"
},
"homepage": "https://github.com/iamanishroy/netlify-plugin-js-obfuscator#readme",
"dependencies": {
"readdirp": "^3.5.0",
"javascript-obfuscator": "^2.10.3"
}
}