{
  "name": "haraka-content-scanning-server",
  "version": "0.1.0",
  "description": "A content scanning server for email servers",
  "directories": {
    "server": "./server",
    "tests": "./server/tests"
  },
  "main": "./haraka_css.js",
  "scripts": {
    "test": "grunt test",
    "coveralls": "./coveralls.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-content-scanning-server.git"
  },
  "keywords": [
    "av",
    "anti",
    "virus",
    "antivirus",
    "spam",
    "antispam",
    "SpamAssassin",
    "AVG",
    "ESET",
    "ClamAV",
    "Kaspersky",
    "dspam",
    "dcc",
    "messagesniffer",
    "virustotal",
    "metascan"
  ],
  "author": "Haraka-Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-content-scanning-server/issues"
  },
  "homepage": "https://github.com/haraka/haraka-content-scanning-server#readme",
  "dependencies": {
    "async": "^1.4.2",
    "daemon": "^1.1.0",
    "ect": "^0.5.9",
    "express": "^4.13.3",
    "express-slash": "^2.0.1",
    "formidable": "^1.0.17",
    "js-yaml": "^3.4.2",
    "modern-syslog": "^1.1.1",
    "nopt": "^3.0.4",
    "npid": "^0.4.0",
    "redis": "^2.0.0"
  },
  "optionalDependencies": {
    "hiredis": "^0.4.1"
  },
  "devDependencies": {
    "coffee-coverage": "*",
    "coveralls": "*",
    "grunt": "*",
    "grunt-eslint": "*",
    "grunt-mocha-test": "*",
    "grunt-version-check": "*",
    "jscover": "*",
    "jscoverage": "*",
    "mocha": "*",
    "mocha-lcov-reporter": "*"
  }
}
