Created
June 30, 2018 12:27
-
-
Save remie/54343d74f13a591bddbf1746dad1dde5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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