-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 882 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": "bragi",
"version": "0.1.9",
"description": "Javascript logging framework for NodeJS",
"main": "lib/bragi.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test -R dot"
},
"author": "Erik Hazzard <[email protected]>",
"contributors": [
"Nils Schlomann <[email protected]>",
"necccc <https://github.com/necccc>"
],
"repository": {
"type": "git",
"url": "https://github.com/enoex/Bragi-Node"
},
"keywords": [
"log",
"logging",
"utility",
"tools"
],
"license": "MIT",
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"bugs": {
"url": "https://github.com/enoex/Bragi-Node/issues"
},
"homepage": "https://github.com/enoex/Bragi-Node",
"directories": {
"example": "examples",
"test": "./node-modules/mocha/bin/mocha test"
}
}