forked from indexzero/morgan-json
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 798 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
{
"name": "morgan-json",
"version": "1.1.1",
"description": "A variant of `morgan.compile` that provides format functions that output JSON",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indexzero/morgan-json.git"
},
"keywords": [
"morgan",
"json",
"logging"
],
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indexzero/morgan-json/issues"
},
"homepage": "https://github.com/indexzero/morgan-json#readme",
"devDependencies": {
"assume": "^1.4.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"morgan": "^1.7.0"
},
"dependencies": {
"diagnostics": "^1.0.1"
}
}