-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 799 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 799 Bytes
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
{
"name": "unphp-folder",
"version": "0.1.0",
"description": "A helper utility to step through a folder of obfuscated PHP and reveal it, using the awesome power of http://www.unphp.net/'s API",
"keywords": ["php", "unphp", "decrypt", "API"],
"bugs": "https://github.com/JodiWarren/unphp-folder/issues",
"main": "unphp-folder.js",
"dependencies": {
"cli-color": "^0.3.2",
"restler": "^3.2.2",
"walk": "^2.3.3",
"wrench": "^1.5.8"
},
"devDependencies": {},
"bin" : "./unphp-folder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jodi Warren <jodi@jodiwarren.com> (http://jodiwarren.com/)",
"license": "GPL-2.0",
"repository" : {
"type" : "git",
"url" : "https://github.com/JodiWarren/unphp-folder"
}
}