forked from googleapis/cloud-trace-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.43 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.43 KB
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
{
"name": "@google-cloud/trace-agent",
"version": "2.1.0",
"description": "Node.js Support for StackDriver Trace",
"main": "index.js",
"repository": "GoogleCloudPlatform/cloud-trace-nodejs",
"scripts": {
"test": "./bin/run-test.sh",
"system-test": "mocha --no-timeouts system-test/*.js",
"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.",
"license": "Apache-2.0",
"engines": {
"node": ">=0.12"
},
"devDependencies": {
"@google-cloud/datastore": "^1.0.2",
"changelog-maker": "^2.2.2",
"closure-npc": "*",
"coveralls": "^2.11.8",
"express": "^4.15.2",
"glob": "^7.0.3",
"google-auto-auth": "^0.7.0",
"got": "^5.7.1",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"mocha": "^3.0.0",
"nock": "^9.0.0",
"proxyquire": "^1.4.0",
"request": "^2.81.0",
"timekeeper": "^1.0.0",
"tmp": "0.0.31"
},
"dependencies": {
"@google-cloud/common": "^0.13.2",
"continuation-local-storage": "^3.1.4",
"extend": "^3.0.0",
"gcp-metadata": "^0.2.0",
"is": "^3.2.0",
"lodash.findindex": "^4.4.0",
"lodash.isequal": "^4.0.0",
"lodash.merge": "^4.6.0",
"methods": "^1.1.1",
"semver": "^5.0.1",
"shimmer": "^1.0.0",
"uuid": "^3.0.1"
}
}