Skip to content

Instantly share code, notes, and snippets.

@kucherenko
Last active December 20, 2015 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kucherenko/6171327 to your computer and use it in GitHub Desktop.
Save kucherenko/6171327 to your computer and use it in GitHub Desktop.
installation test enviropment for coffescipt
{
"name": "coffee-examples",
"version": "0.0.1",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script"
},
"dependencies": {
"coffee-script": "*",
"mocha": "*",
"chai": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment