forked from googleapis/cloud-trace-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.39 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@google/cloud-trace",
"version": "0.5.3",
"description": "Node.js Support for StackDriver Trace",
"main": "index.js",
"repository": "GoogleCloudPlatform/cloud-trace-nodejs",
"scripts": {
"test": "./bin/run-test.sh",
"changelog": "./bin/run-changelog.sh",
"coverage": "./bin/run-test.sh -c",
"bump": "./bin/run-bump.sh",
"closure": "./node_modules/.bin/closure-npc"
},
"keywords": [
"google",
"tracing",
"profiling"
],
"author": "Google Inc.",
"contributors": [
{
"name": "Ali Ijaz Sheikh",
"email": "[email protected]"
},
{
"name": "Matt Loring",
"email": "[email protected]"
},
{
"name": "Scott McMaster",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">=0.12"
},
"devDependencies": {
"changelog-maker": "^2.2.2",
"closure-npc": "*",
"coveralls": "^2.11.8",
"glob": "^7.0.3",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"mocha": "^2.2.4",
"nock": "^8.0.0",
"proxyquire": "^1.4.0",
"request": "^2.61.0",
"timekeeper": "0.0.5",
"tmp": "0.0.28"
},
"dependencies": {
"@google/cloud-diagnostics-common": "0.2.3",
"continuation-local-storage": "^3.1.4",
"lodash.isequal": "^4.0.0",
"methods": "^1.1.1",
"semver": "^5.0.1",
"shimmer": "^1.0.0",
"uuid": "^2.0.1"
}
}