UNPKG

congress-mongodb

Version:
43 lines (42 loc) 1.02 kB
{ "name": "congress-mongodb", "description": "Integrate congress data using MongoDB", "version": "1.2.0", "author": "Hugh Boylan <bluehugh2@gmail.com>", "bin": { "congress": "./sync/commands/index.js", "congress-fetch": "./sync/commands/fetch.js", "congress-sync": "./sync/commands/sync.js" }, "bugs": { "url": "https://github.com/hboylan/congress-mongodb/issues" }, "dependencies": { "bluebird": "^3.5.0", "chalk": "^2.0.1", "commander": "^2.11.0", "glob": "^7.1.2", "jsonfile": "^3.0.1", "mongodb": "^2.2.30" }, "homepage": "https://github.com/hboylan/congress-mongodb#readme", "keywords": [ "cli", "congress", "import", "mongodb", "unitedstates" ], "license": "MIT", "main": "index.js", "peerDependencies": { "mongoose": "^4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/hboylan/congress-mongodb.git" }, "scripts": { "init": "git submodule init && git submodule update" } }