forked from traedamatic/bunyan-mongodb-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 811 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
{
"name": "bunyan-mongoose-stream",
"version": "1.0.2",
"description": "A database stream for mongoose to save all logs into a mongodb instance",
"main": "index.js",
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "[email protected]:raul3k/bunyan-mongoose-stream.git"
},
"keywords": [
"MongoDb",
"Bunyan",
"Stream",
"Mongoose",
"Database logging",
"Bunyan database logging"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/raul3k/bunyan-mongoose-stream/issues"
},
"homepage": "https://github.com/raul3k/bunyan-mongoose-stream",
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^2.1.0",
"sinon": "^1.12.2"
}
}