forked from ValYouW/njsTrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 945 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": "njstrace",
"version": "0.0.3",
"description": "A Node.js tracing and instrumentation utility",
"main": "njsTrace.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yuvalw/njsTrace.git"
},
"keywords": [
"trace",
"tracing",
"verbose",
"instrumentation",
"profiling",
"performance"
],
"author": "ValYouW <[email protected]> (http://www.ValYouW.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuvalw/njsTrace/issues"
},
"homepage": "https://github.com/yuvalw/njsTrace",
"dependencies": {
"esprima": "^2.7.2",
"falafel": "^1.2.0",
"extend": "^1.2.1",
"idgen": "^2.0",
"minimatch": "^0.3.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-jsdoc": "~0.5.6"
}
}