UNPKG

597 BJSONView Raw
1{
2 "name": "book-raven",
3 "version": "1.2.2",
4 "description": "raven middleware for the book logging framework",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --reporter spec tests"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/defunctzombie/node-book-raven.git"
12 },
13 "keywords": [
14 "raven",
15 "logging",
16 "book"
17 ],
18 "dependencies": {
19 "raven": "2.3.0",
20 "xtend": "4.0.1"
21 },
22 "author": "Roman Shtylman <shtylman@gmail.com>",
23 "license": "MIT",
24 "devDependencies": {
25 "book": "1.3.3",
26 "mocha": "4.0.1",
27 "nock": "9.1.5"
28 }
29}