forked from googleapis/cloud-debug-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 1.61 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@google/cloud-debug",
"version": "0.8.4",
"description": "Node.js support for Google Cloud Debug",
"main": "index.js",
"repository": "GoogleCloudPlatform/cloud-debug-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",
"debugger",
"debug",
"cloud"
],
"author": "Google Inc.",
"contributors": [
{
"name": "Ali Ijaz Sheikh",
"email": "ofrobots@google.com"
},
{
"name": "Matt Loring",
"email": "mattloring@google.com"
},
{
"name": "Steven Kollars",
"email": "skollars@google.com"
},
{
"name": "Boris Bokowski",
"email": "bokowski@google.com"
},
{
"name": "Chuck Jazdzewski",
"email": "chuckj@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.2",
"istanbul": "^0.4.1",
"jshint": "^2.7.0",
"mocha": "^3.0.0",
"nock": "^8.0.0",
"proxyquire": "^1.4.0"
},
"dependencies": {
"@google/cloud-diagnostics-common": "0.2.3",
"acorn": "^3.3.0",
"coffee-script": "^1.9.3",
"findit": "^2.0.0",
"google-auth-library": "^0.9.5",
"lodash": "^4.12.0",
"request": "^2.61.0",
"semver": "^5.1.0",
"source-map": "^0.5.1",
"split": "^1.0.0"
}
}