Skip to content

Instantly share code, notes, and snippets.

@Chun-Yang
Last active August 5, 2017 12:28
Show Gist options
  • Save Chun-Yang/b62f648e82f3a9c1c9307709d924e334 to your computer and use it in GitHub Desktop.
Save Chun-Yang/b62f648e82f3a9c1c9307709d924e334 to your computer and use it in GitHub Desktop.
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"scripts": {
"start": "nodemon index.js --exec babel-node --presets es2015,stage-2"
},
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "private",
"dependencies": {
"express": "^4.15.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.11.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment