Last active
August 5, 2017 12:28
-
-
Save Chun-Yang/b62f648e82f3a9c1c9307709d924e334 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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