-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
39 lines (39 loc) · 912 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
33
34
35
36
37
38
39
{
"name": "gulp-javascript-obfuscator",
"version": "1.1.6",
"description": "Gulp plugin for javascript-obfuscator Node.JS package",
"homepage": "https://github.com/javascript-obfuscator/gulp-javascript-obfuscator",
"repository": {
"type": "git",
"url": "https://github.com/javascript-obfuscator/gulp-javascript-obfuscator.git"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"obfuscate",
"obfuscation",
"javascript-obfuscator",
"obfuscator",
"obfuscate",
"protect",
"conceal",
"scramble",
"safe",
"uglify",
"crush",
"code protection",
"javascript obfuscator",
"js obfuscator"
],
"author": "Wain-PC",
"contributors": [
"adamxtokyo", "DRSDavidSoft"
],
"license": "MIT",
"dependencies": {
"javascript-obfuscator": "latest",
"plugin-error": "^1.0.1",
"through2": "^2.0.0",
"vinyl": "^2.2.0"
}
}