-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 805 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
{
"name": "mqemitter-mongodb",
"version": "8.1.0",
"description": "MongoDB based MQEmitter",
"main": "mqemitter-mongodb.js",
"scripts": {
"test": "standard && node test.js | faucet",
"mongo": "docker run -p 27017:27017 mongo:4"
},
"pre-commit": "test",
"repository": {
"type": "git",
"url": "https://github.com/mcollina/mqemitter-mongodb.git"
},
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"faucet": "0.0.1",
"mongo-clean": "^2.0.0",
"pre-commit": "^1.0.7",
"standard": "^16.0.4",
"tape": "^5.5.2"
},
"dependencies": {
"inherits": "^2.0.3",
"mongodb": "^4.5.0",
"mqemitter": "^4.4.0",
"pump": "^3.0.0",
"through2": "^4.0.2"
}
}