We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b580b commit 4d965caCopy full SHA for 4d965ca
package.json
@@ -1,7 +1,9 @@
1
{
2
"name": "pentest-tool-lite",
3
"description": "Check your website ( or any other website ) for common vulnerabilities.",
4
- "version": "1.2.2",
+ "version": "1.3.0",
5
+ "homepage": "https://pentest.juffalow.com",
6
+ "license": "MIT",
7
"author": {
8
"name": "Matej Jellus",
9
"email": "juffalow@juffalow.com",
@@ -10,7 +12,6 @@
10
12
"bin": {
11
13
"pentest-tool-lite": "./lib/index"
14
},
- "license": "MIT",
15
"dependencies": {
16
"@babel/runtime": "^7.2.0",
17
"commander": "^2.11.0",
0 commit comments