{ "name": "vxx", "version": "1.2.2", "description": "Node.js Tracing Driver", "main": "index.js", "repository": "keymetrics/vxx", "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" }, "author": "Google Inc.", "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": "^3.0.0", "proxyquire": "^1.4.0", "request": "^2.61.0", "retry-request": "^1.3.2", "timekeeper": "^1.0.0", "tmp": "0.0.31" }, "dependencies": { "continuation-local-storage": "^3.1.4", "debug": "^2.6.3", "extend": "^3.0.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" } }