Skip to content

Commit

Permalink
Cleanup App Engine samples and re-work tests. (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Apr 24, 2017
1 parent 4335ad0 commit 99f8b0d
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions packages/google-privacy-dlp/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,36 @@
"description": "Command-line interface for Google Cloud Platform's Data Loss Prevention API",
"version": "0.0.1",
"private": true,
"license": "Apache Version 2.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"contributors": [
{
"name": "Ace Nassri",
"email": "[email protected]"
},
{
"name": "Jason Dobry",
"email": "[email protected]"
},
{
"name": "Jon Wayne Parrott",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"scripts": {
"test": "ava system-test/*.test.js -c 20 -T 240s"
"cloud": {
"requiresKeyFile": true,
"requiresProjectId": true
},
"engines": {
"node": ">=4.3.2"
},
"scripts": {
"lint": "samples lint",
"pretest": "npm run lint",
"system-test": "ava -T 1m --verbose system-test/*.test.js",
"test": "npm run system-test"
},
"dependencies": {
"google-auth-library": "^0.10.0",
"google-auto-auth": "^0.5.2",
"google-auth-library": "0.10.0",
"google-auto-auth": "0.6.0",
"mime": "1.3.4",
"request": "2.79.0",
"request-promise": "4.1.1",
"yargs": "6.6.0"
"request": "2.81.0",
"request-promise": "4.2.0",
"safe-buffer": "5.0.1",
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.3.1",
"ava": "0.19.1"
}
}

0 comments on commit 99f8b0d

Please sign in to comment.