-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 697 Bytes
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
{
"name": "call-trace",
"version": "0.0.1",
"description": "Simple function call graph instrumentation generator.",
"main": "call-trace.js",
"bin": "call-trace.js",
"scripts": {
"build": "./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brendankenny/call-trace.git"
},
"author": "Brendan Kenny <bckenny@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/brendankenny/call-trace/issues"
},
"homepage": "https://github.com/brendankenny/call-trace#readme",
"dependencies": {
"acorn": "^3.0.2",
"yargs": "^3.32.0"
},
"devDependencies": {
"google-closure-compiler": "^20160208.1.0"
}
}