@google/cloud-trace
Version:
Node.js Support for StackDriver Trace
63 lines (62 loc) • 1.46 kB
JSON
{
"name": "@google/cloud-trace",
"version": "0.5.5",
"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": "ofrobots@google.com"
},
{
"name": "Matt Loring",
"email": "mattloring@google.com"
},
{
"name": "Scott McMaster",
"email": "smcmaster@google.com"
}
],
"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.findindex": "^4.4.0",
"lodash.isequal": "^4.0.0",
"methods": "^1.1.1",
"semver": "^5.0.1",
"shimmer": "^1.0.0",
"uuid": "^2.0.1"
}
}