{
  "name": "mongo-to-csv",
  "version": "1.0.1",
  "description": "mongoexport",
  "main": "mongotocsv.js",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "test": "mocha --timeout=10000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yasharma/mongo-to-csv.git"
  },
  "keywords": [
    "mongo"
  ],
  "author": "Yash Sharma",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yasharma/mongo-to-csv/issues"
  },
  "homepage": "https://github.com/yasharma/mongo-to-csv#readme",
  "devDependencies": {
    "mocha": "^3.2.0"
  }
}
