-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"description": "Levitate is a Reverse Engineering and Static Malware Analysis Platform",
"version": "0.1.0",
"bin" : "./bin/levitate",
"main": "levitate",
"preferGlobal": true,
"dependencies": {
"celeri": "~>0.3.2",
"winston": "~>0.6.2",
"urlsafe-base64": "~>0.0.2",
"underscore": "~>1.5.1",
"sync": "*",
"async": "*",
"cli-color": "~>0.2.3",
"lazy": "~>1.0.11",
"hash_file": "*",
"gitteh": "~>0.17.2"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"scripts": {
"start": "node ./bin/levitate repl",
"test": "mocha -t 0 --reporter nyan"
},
"directories": {
"doc": "doc",
"lib": "lib",
"example": "examples",
"test": "test"
},
"engines": {
"node": ">= 0.4.0"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/levitateplatform/levitate.git"
},
"bugs": {"url": "http://github.com/levitateplatform/levitate/issues"},
"keywords": [
"levitate",
"reverse",
"framework",
"security",
"malware",
"static",
"analysis",
"reversing",
"engineering",
"vulnerability"
],
"licenses" : [
{
"type" : "MIT",
"url" : "http://github.com/levitateplatform/levitate/raw/master/LICENSE"
}
],
"name": "levitate",
"author": "Mahmut Bulut <[email protected]> (http://mahmutbulut.com/)",
"homepage": "http://mahmutbulut.com/projects/levitate"
}