Created
June 9, 2018 19:41
-
-
Save lukenetti3/152797f1d8335edcac37fa6ab8aa60a1 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": "cosmicjs_bookapp", | |
"version": "1.0.0", | |
"description": "Book App for Cosmic JS", | |
"main": "app.js", | |
"scripts": { | |
"start": "node app.js" | |
}, | |
"author": "Luke Netti", | |
"license": "ISC", | |
"dependencies": { | |
"body-parser": "^1.18.3", | |
"cosmicjs": "^3.2.8", | |
"ejs": "^2.6.1", | |
"express": "^4.16.3" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment