Skip to content

Commit

Permalink
docs(samples): move AutoML vision samples from nodejs-vision (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Feb 26, 2019
1 parent 534f3fd commit e586f68
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions packages/google-cloud-automl/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@
"**/*.test.js"
]
},
"scripts": {},
"scripts": {
"test": "mocha --timeout 600000"
},
"dependencies": {
"@google-cloud/automl": "^0.1.3"
"@google-cloud/automl": "^0.1.3",
"chai": "^4.2.0",
"execa": "^1.0.0",
"mathjs": "^5.5.0",
"yargs": "^13.2.1"
},
"devDependencies": {}
"devDependencies": {
"mocha": "^6.0.1"
}
}

0 comments on commit e586f68

Please sign in to comment.