forked from lelinhtinh/de4js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 899 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
{
"name": "de4js",
"version": "1.8.5",
"description": "JavaScript Deobfuscator and Unpacker",
"main": "/assets/js/main.js",
"scripts": {
"start": "bundle exec jekyll serve --watch",
"build": "bundle exec jekyll build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lelinhtinh/de4js.git"
},
"keywords": [
"deobfuscator",
"deobfuscate",
"deobfuscation",
"unpacker",
"decode",
"decrypt",
"javascript",
"online-tools"
],
"author": "Zzbaivong",
"license": "MIT",
"bugs": {
"url": "https://github.com/lelinhtinh/de4js/issues"
},
"homepage": "https://lelinhtinh.github.io/de4js/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/de4js"
},
"devDependencies": {
"eslint-plugin-frontmatter": "0.0.8"
}
}