Skip to content

Instantly share code, notes, and snippets.

@remie
Created June 30, 2018 12:27
Show Gist options
  • Save remie/54343d74f13a591bddbf1746dad1dde5 to your computer and use it in GitHub Desktop.
Save remie/54343d74f13a591bddbf1746dad1dde5 to your computer and use it in GitHub Desktop.
{
"name": "redirect-tests",
"version": "1.0.0",
"description": "test the httpd.config redirects",
"main": "redirect.tests.js",
"dependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"mocha": "^5.1.1"
},
"scripts": {
"test": "docker build . --no-cache"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment