Created
September 16, 2017 09:51
-
-
Save awareness481/1db6a4022adeb091995afb5faab937de 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": "tests", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "mocha **/*.test.js", | |
"test-watch": "nodemon --exec \"npm test\"" | |
}, | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"expect": "^1.20.2", | |
"mocha": "^3.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment