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 5af5fe4 commit eca8297
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions packages/google-cloud-vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,40 @@
"name": "nodejs-docs-samples-vision",
"version": "0.0.1",
"private": true,
"license": "Apache Version 2.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"repository": {
"type": "git",
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
},
"cloud": {
"requiresKeyFile": true,
"requiresProjectId": true
},
"engines": {
"node": ">=4.3.2"
},
"scripts": {
"test": "cd ..; npm run st -- --verbose vision/system-test/*.test.js"
"lint": "samples lint",
"pretest": "npm run lint",
"system-test": "ava -T 1m --verbose system-test/*.test.js",
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/storage": "1.0.0",
"@google-cloud/vision": "0.11.0",
"@google-cloud/storage": "1.1.0",
"@google-cloud/vision": "0.11.2",
"async": "2.3.0",
"natural": "0.5.0",
"natural": "0.5.1",
"redis": "2.7.1",
"yargs": "7.0.2"
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.3.1",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
},
"optionalDependencies": {
"canvas": "1.6.5"
},
"engines": {
"node": ">=4.3.2"
}
}

0 comments on commit eca8297

Please sign in to comment.