Skip to content

Instantly share code, notes, and snippets.

@awareness481
Created September 16, 2017 09:51
Show Gist options
  • Save awareness481/1db6a4022adeb091995afb5faab937de to your computer and use it in GitHub Desktop.
Save awareness481/1db6a4022adeb091995afb5faab937de to your computer and use it in GitHub Desktop.
{
"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