forked from VasiaB/etacsufbo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 900 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
40
41
42
{
"name": "etacsufbo",
"version": "0.0.0",
"description": "A simple deobfuscator",
"main": "module.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "[email protected]:ChiChou/etacsufbo.git"
},
"bin": {
"deobfuscate": "cli.js"
},
"keywords": [
"obfuscate",
"beautify",
"javascript"
],
"author": "ChiChou <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChiChou/etacsufbo/issues"
},
"homepage": "https://github.com/ChiChou/etacsufbo",
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.3",
"istanbul": "git://github.com/gotwarlost/istanbul.git#harmony",
"jshint": "^2.8.0",
"mocha": "^2.2.5"
},
"dependencies": {
"escodegen": "^1.6.1",
"esprima": "^2.4.1",
"estraverse": "^4.1.0"
}
}