-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 946 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
{
"name": "text2cpe",
"version": "0.0.9",
"description": "Reversed sorta implementation of ShoVAT project as described in white paper. Adds additional context with regex rules from numerous projects.",
"main": "text2cpe",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cve",
"port scans"
],
"author": "[email protected]",
"license": "GPLv3",
"dependencies": {
"bluebird": "^3.5.1",
"command-line-args": "^4.0.7",
"command-line-usage": "^4.0.1",
"pcre-to-regexp": "0.0.4",
"redis": "^2.6.2",
"ssdeep.js": "0.0.2",
"underscore": "^1.8.3",
"xml2js": "^0.4.17"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudtracer/text2cpe.git"
},
"bugs": {
"url": "https://github.com/cloudtracer/text2cpe/issues"
},
"homepage": "https://github.com/cloudtracer/text2cpe#readme"
}