-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 880 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
{
"name": "bunyan-mongodb-stream",
"version": "0.0.3",
"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": "git@github.com:traedamatic/bunyan-mongodb-stream.git"
},
"keywords": [
"MongoDb",
"Bunyan",
"Stream",
"Mongoose",
"Database logging",
"Bunyan database logging"
],
"author": "Nicolas Traeder <traeder@codebility.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/traedamatic/bunyan-mongodb-stream/issues"
},
"homepage": "https://github.com/traedamatic/bunyan-mongodb-stream",
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^2.1.0",
"sinon": "^1.12.2"
}
}