Skip to content

Instantly share code, notes, and snippets.

@SeanPlusPlus
Created April 6, 2017 23:16
Show Gist options
  • Save SeanPlusPlus/5bc1145233138842a9d58ffc2ca55ef0 to your computer and use it in GitHub Desktop.
Save SeanPlusPlus/5bc1145233138842a9d58ffc2ca55ef0 to your computer and use it in GitHub Desktop.
{
"name": "startingOffPoint",
"version": "1.0.0",
"main": "app.js",
"license": "MIT",
"scripts": {
"start": "nodemon app.js --exec babel-node --presets latest"
},
"dependencies": {
"console-emoji": "^0.0.2",
"nodemon": "^1.11.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-latest": "^6.24.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment