Created
February 20, 2017 15:05
-
-
Save nzatsepilov/caa86b04b964be9764e52e04f56e262e 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
"dependencies": { | |
"express": "~4.14.0", | |
"morgan": "~1.7.0", | |
"parse": "~1.8.0", | |
"parse-server": "~2.3.2", | |
"parse-dashboard": "~1.0.22", | |
"parse-server-mailgun": "~2.3.5" | |
}, | |
"scripts": { | |
"start": "node app.js" | |
}, | |
"engines": { | |
"node": ">=4.5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment