Skip to content

Instantly share code, notes, and snippets.

@dgellow
Last active February 18, 2016 09:18
Show Gist options
  • Save dgellow/4451532a9f4ad09ab91c to your computer and use it in GitHub Desktop.
Save dgellow/4451532a9f4ad09ab91c to your computer and use it in GitHub Desktop.
{
"name": "my-project",
"devDependencies": {
"onchange": "~2.0.0",
"tesuto": "niceversionnumber"
},
"scripts": {
"test": "echo \"[`date`] Run tests\"; for file in `ls test/*.js`; do node \"test/${file}\"; done",
"test:watch": "onchange src/*.js -- npm run test",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment