{
  "author": "Heapsource.com <npm@heapsource.com> (http://www.heapsource.com)",
  "name": "mongoose-attachments-localfs",
  "description": "Simple File System Storage Provider for mongoose-attachments",
  "keywords": [
    "mongoose",
    "s3",
    "imagemagick",
    "uploads",
    "attachments"
  ],
  "contributors": [
    {
      "name": "Chantal Ackermann (IT:Agenten GmbH)",
      "url": "http://www.it-agenten.com"
    },
    {
      "name": "Bithavoc",
      "url": "https://github.com/bithavoc"
    },
    {
      "name": "Trevor McLeod",
      "url": "https://github.com/trevormcleod"
    }
  ],
  "version": "0.1.1",
  "homepage": "https://github.com/heapsource/mongoose-attachments-localfs",
  "repository": {
    "type": "git",
    "url": "git://github.com/heapsource/mongoose-attachments-localfs.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "node_modules/mocha/bin/mocha tests/*-test.js"
  },
  "devDependencies": {
    "mongoose-attachments": "latest",
    "istanbul": "^0.2",
    "mocha": "~1.13.0",
    "mockery": "~1.4.0",
    "mongoose": "^3.8",
    "should": "3.2",
    "temp": "^0.7.0"
  },
  "engines": {
    "node": "*"
  }
}
