-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "js-obfuscator",
"version": "0.1.4",
"description": "Obfuscate JavaScript files via javascriptobfuscator.com. This is also a Grunt plugin.",
"main": "jsObfuscate.js",
"repository": {
"type": "git",
"url": "https://github.com/caiguanhao/js-obfuscator.git"
},
"bin": {
"jsobfuscate": "bin/jsobfuscate"
},
"keywords": [
"JavaScript",
"obfuscate",
"obfuscator",
"javascriptobfuscator",
"grunt",
"gruntplugin",
"grunt-plugin"
],
"author": "Cai Guanhao <[email protected]> (Choi Goon-ho)",
"license": "MIT",
"bugs": {
"url": "https://github.com/caiguanhao/js-obfuscator/issues"
},
"homepage": "https://github.com/caiguanhao/js-obfuscator",
"dependencies": {
"async": "^0.9.0",
"char-spinner": "^1.0.1",
"entities": "^1.1.1",
"htmlparser2": "^3.7.2",
"q": "^1.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0"
},
"files": [
"bin",
"tasks",
"jsObfuscate.js",
"README.md",
"LICENSE"
]
}