-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 830 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
{
"name": "transaction-tracer",
"version": "1.1.0",
"description": "A lightweight transaction tracing signaller. Does almost nothing if you're not tracing.",
"main": "transaction_tracer.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "node test/"
},
"keywords": [
"transaction",
"tracing",
"debugging",
"profiling"
],
"author": "Bryce B. Baril",
"license": "MIT",
"devDependencies": {
"tape": "~2.14.0"
},
"dependencies": {
"eenano": "~1.0.0",
"seqid": "~1.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:brycebaril/transaction-tracer.git"
},
"bugs": {
"url": "https://github.com/brycebaril/transaction-tracer/issues"
},
"homepage": "https://github.com/brycebaril/transaction-tracer"
}