Skip to content

Instantly share code, notes, and snippets.

@freiksenet
Created August 5, 2015 10:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freiksenet/773747a2812c9b66507b to your computer and use it in GitHub Desktop.
Save freiksenet/773747a2812c9b66507b to your computer and use it in GitHub Desktop.
"scripts": {
"create-app": "babel-node bin/create-app.js",
"create-token": "node bin/create-token.js",
"lint": "eslint ./",
"mocha": "mocha --timeout 30000 --compilers js:babel/register --recursive",
"start": "nodemon index.js",
"test": "npm run lint && npm run mocha ./test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment