{
  "name": "elipsis",
  "version": "0.2.0",
  "description": "a web based vault for your passwords.",
  "main": "server.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nherment/elipsis.git"
  },
  "keywords": [
    "password",
    "safe",
    "web"
  ],
  "author": "Nicolas Herment <nherment@arkhaios.net>",
  "license": "MIT License",
  "bugs": {
    "url": "https://github.com/nherment/elipsis/issues"
  },
  "dependencies": {
    "underscore": "1.5.2",
    "mongodb": "1.3.19",
    "yub": "0.10.7",
    "uuid": "1.4.1",
    "express": "3.4.4",
    "serial": "0.0.6",
    "optimist": "0.6.0",
    "toobusy": "0.2.4",
    "turtle": "0.3.0",
    "minilog": "2.0.2",
    "mocha": "1.14.0",
    "nodemailer": "0.5.9",
    "connect-redis": "1.4.6",
    "hiredis": "0.1.15",
    "date-format-lite": "0.5.0",
    "semver": "2.2.1",
    "stripe": "2.2.2",
    "winston": "0.7.2",
    "nodetime": "0.8.14"
  }
}
