Skip to content

Instantly share code, notes, and snippets.

@vietduchelo
Created March 23, 2018 16:10
Show Gist options
  • Save vietduchelo/270ba077b56da837210ee8cde629687c to your computer and use it in GitHub Desktop.
Save vietduchelo/270ba077b56da837210ee8cde629687c to your computer and use it in GitHub Desktop.
{
"name": "code",
"description": "assertion library",
"version": "5.2.0",
"repository": "git://github.com/hapijs/code",
"main": "lib/index.js",
"keywords": [
"test",
"expect",
"assertion"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"hoek": "5.x.x"
},
"devDependencies": {
"lab": "15.x.x",
"markdown-toc": "1.1.x"
},
"scripts": {
"test": "lab -v -t 100 -L",
"test-cov-html": "lab -L -r html -o coverage.html",
"toc": "node generate-api-toc.js",
"version": "npm run toc && git add API.md"
},
"license": "BSD-3-Clause"
}
© 2018 GitHub, Inc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment