Created
April 6, 2017 23:16
-
-
Save SeanPlusPlus/5bc1145233138842a9d58ffc2ca55ef0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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