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
54 lines (54 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.28 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
{
"name": "@google-cloud/debug-agent",
"version": "0.10.2",
"author": "Google Inc.",
"description": "Stackdriver Debug Agent for Node.js",
"main": "./src/index.js",
"repository": "googlecloudplatform/cloud-debug-nodejs",
"keywords": [
"google",
"debugger",
"debug",
"cloud",
"cloud debug",
"cloud debugger",
"stackdriver debug",
"stackdriver debugger",
"stackdriver"
],
"license": "Apache-2.0",
"engines": {
"node": ">=0.12"
},
"devDependencies": {
"changelog-maker": "^2.2.2",
"closure-npc": "*",
"coveralls": "^2.11.2",
"extend": "^3.0.0",
"istanbul": "^0.4.1",
"jshint": "^2.7.0",
"mocha": "^3.0.0",
"nock": "^9.0.0"
},
"dependencies": {
"@google-cloud/common": "^0.12.0",
"acorn": "^4.0.3",
"async": "^2.1.2",
"coffee-script": "^1.9.3",
"findit2": "^2.2.3",
"gcp-metadata": "^0.1.0",
"lodash": "^4.12.0",
"request": "^2.61.0",
"semver": "^5.1.0",
"source-map": "^0.5.1",
"split": "^1.0.0"
},
"scripts": {
"test": "./bin/run-test.sh",
"system-test": "./bin/run-system-test.sh",
"changelog": "./bin/run-changelog.sh",
"coverage": "./bin/run-test.sh -c",
"bump": "./bin/run-bump.sh",
"closure": "./node_modules/.bin/closure-npc"
}
}