{
  "name": "galleon",
  "description": "A badass SMTP mail server built on Node to make your life simpler.",
  "version": "0.5.0",
  "main": "Galleon.js",
  "preferGlobal": true,
  "bin": {
    "galleon": "./bin/startup"
  },
  "author": "Schahriar SaffarShargh <info@schahriar.com>",
  "keywords": [
    "Galleon",
    "SMTP",
    "MAIL",
    "SERVER",
    "EMAIL",
    "galleon.email"
  ],
  "license": "MIT",
  "dependencies": {
    "async": "^2.1.4",
    "bcryptjs": "^2.3.0",
    "blanket": "^1.2.3",
    "body-parser": "^1.15.2",
    "chai": "^3.5.0",
    "colors": "^1.1.2",
    "compression": "^1.6.2",
    "cookie-parser": "^1.4.3",
    "debug": "^2.3.3",
    "express": "^4.14.0",
    "herb": "^2.2.6",
    "inquirer": "^3.0.1",
    "istanbul": "^0.4.5",
    "jsonwebtoken": "^7.2.1",
    "lodash": "^3.10.1",
    "mailparser": "^0.6.1",
    "mocha": "^3.2.0",
    "moment": "^2.17.1",
    "morgan": "^1.7.0",
    "multer": "^1.2.0",
    "nodemailer": "^2.6.4",
    "osenv": "^0.1.3",
    "pm2": "^2.1.6",
    "portscanner": "^2.1.1",
    "request": "^2.79.0",
    "sails-disk": "^0.10.10",
    "sails-memory": "^0.10.7",
    "sails-mongo": "^0.12.1",
    "sails-mysql": "^0.11.5",
    "sails-postgresql": "^0.11.4",
    "sails-redis": "^0.10.7",
    "sails-sqlserver": "^0.10.8",
    "serve-favicon": "^2.3.2",
    "shelljs": "^0.7.5",
    "shortid": "^2.2.6",
    "smtp-connection": "^2.12.2",
    "smtp-server": "^1.16.1",
    "spamc-stream": "^1.0.2",
    "validator": "^6.2.0",
    "waterline": "^0.11.6",
    "yargs": "^6.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/schahriar/Galleon.git"
  },
  "scripts": {
    "start": "node ./seascape/server.js",
    "test": "node ./node_modules/mocha/bin/mocha test.js",
    "coverage": "mocha test.js -r blanket -R html-cov > coverage.html"
  },
  "config": {
    "blanket": {
      "data-cover-never": [
        "node_modules",
        "tests"
      ],
      "data-cover-reporter-options": {
        "shortnames": true
      }
    }
  },
  "devDependencies": {
    "blanket": "^1.1.9",
    "chai": "^3.3.0",
    "istanbul": "^0.4.0",
    "mocha": "^2.3.3",
    "request": "^2.65.0",
    "smtp-connection": "^1.3.1"
  },
  "bugs": {
    "url": "https://github.com/schahriar/Galleon/issues"
  },
  "homepage": "https://github.com/schahriar/Galleon#readme",
  "directories": {
    "test": "tests"
  }
}
