{
  "name": "nedb-to-mongodb",
  "version": "0.1.0",
  "author": {
    "name": "Louis Chatriot",
    "email": "louis.chatriot@gmail.com"
  },
  "description": "Put all your data in a NeDB database in a MongoDB collection",
  "keywords": [
    "database",
    "connector",
    "nedb",
    "mongodb"
  ],
  "homepage": "https://github.com/louischatriot/nedb-to-mongodb",
  "repository": {
    "type": "git",
    "url": "git@github.com:louischatriot/nedb-to-mongodb.git"
  },
  "dependencies": {
    "nedb": "latest",
    "mongodb": "latest",
    "commander": "~1.1.1",
    "async": "~0.2.8"
  },
  "main": "transfer",
  "licence": "MIT"
}
