-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 710 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 710 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
26
27
28
29
30
31
32
33
34
35
36
{
"name": "msfnode",
"version": "0.5.1",
"description": "Metasploit RPC client for nodejs",
"main": "metasploitJSClient.js",
"engines": {
"node": "*"
},
"dependencies": {
"msgpack5": "^3.1.0"
},
"devDependencies": {
"qjobs": "*"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/eviltik/msfnode.git"
},
"keywords": [
"metasploit",
"security"
],
"author": "eviltik",
"license": "GPL-3.0",
"readmeFilename": "README.md",
"gitHead": "72cc9bd7a1de252a62681eb63fb2308424042457",
"bugs": {
"url": "https://github.com/eviltik/msfnode/issues"
},
"directories": {
"test": "tests"
}
}