sitecheck
Version:
Open Source web application security scanner
81 lines (80 loc) • 1.82 kB
JSON
{
"name": "sitecheck",
"version": "0.0.5",
"description": "Open Source web application security scanner",
"license": "Apache-2.0",
"main": "src/app.js",
"repository": {
"type": "git",
"url": "https://github.com/gbaudhuin/sitecheck"
},
"bin": {
"sitecheck": "bin/cli.js"
},
"scripts": {
"start": "node ./src/app.js",
"lint": "jshint ./src",
"mocha": "mocha ./test/**/*.js"
},
"author": {
"name": "Guillaume BAUDHUIN",
"email": "guillaume.baudhuin@gmail.com"
},
"bugs": {
"url": "https://github.com/gbaudhuin/sitecheck/issues"
},
"engines": {
"node": ">=6.6"
},
"keywords": [
"security",
"security test",
"security check",
"web security",
"web tester",
"website tester",
"website audit",
"security scanner",
"vuln",
"vulnerability",
"web vulnerability",
"vulnerability scanner",
"security audit",
"vuln test",
"penn test",
"penetration testing"
],
"dependencies": {
"async": "^2.1.4",
"bluebird": "^3.4.6",
"cheerio": "^0.22.0",
"fs-extra": "^1.0.0",
"is-relative-url": "^2.0.0",
"meow": "^3.7.0",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"moment": "^2.17.1",
"querystring": "^0.2.0",
"randomstring": "^1.1.5",
"rc": "^1.1.6",
"request": "^2.79.0",
"tough-cookie": "^2.3.2",
"valid-url": "^1.0.9",
"winston": "^2.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"gulp": "^3.9.1",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^1.1.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^3.0.1",
"jscover": "^1.0.0",
"jshint": "^2.9.4",
"mocha": "^3.0.1",
"mocha-lcov-reporter": "^1.2.0"
}
}