forked from GoogleCloudPlatform/nodejs-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 921 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 921 Bytes
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
{
"name": "dlp-cli",
"description": "Command-line interface for Google Cloud Platform's Data Loss Prevention API",
"version": "0.0.1",
"private": true,
"license": "Apache Version 2.0",
"author": "Google Inc.",
"contributors": [
{
"name": "Ace Nassri",
"email": "anassri@google.com"
},
{
"name": "Jason Dobry",
"email": "jason.dobry@gmail.com"
},
{
"name": "Jon Wayne Parrott",
"email": "jonwayne@google.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"scripts": {
"test": "ava system-test/*.test.js -c 20 -T 240s"
},
"engines": {
"node": ">=4.3.2"
},
"dependencies": {
"google-auth-library": "^0.10.0",
"google-auto-auth": "^0.5.2",
"mime": "1.3.4",
"request": "2.79.0",
"request-promise": "4.1.1",
"yargs": "10.0.0"
}
}