-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 991 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "congress-mongodb",
"description": "Integrate congress data using MongoDB",
"version": "1.2.0",
"author": "Hugh Boylan <[email protected]>",
"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",
"mongoose": "^4.0.0"
},
"homepage": "https://github.com/hboylan/congress-mongodb#readme",
"keywords": [
"cli",
"congress",
"import",
"mongodb",
"unitedstates"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hboylan/congress-mongodb.git"
},
"scripts": {
"init": "git submodule init && git submodule update"
}
}