{
  "name": "storage_manager",
  "version": "2.1.3",
  "description": "A simple async storagemanager that I use for improve the manutenibility of my node.js apps. More info at https://github.com/darioskal/storage_manager",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/darioskal/storage_manager.git"
  },
  "author": "Dario Di Pasquale, Mario Villani",
  "license": "MIT",
  "dependencies": {
    "mongoose": "^4.4.11"
  },
  "bugs": {
    "url": "https://github.com/darioskal/storage_manager/issues"
  },
  "homepage": "https://github.com/darioskal/storage_manager#readme"
}
