Skip to content

Instantly share code, notes, and snippets.

@lukenetti3
Created June 9, 2018 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukenetti3/152797f1d8335edcac37fa6ab8aa60a1 to your computer and use it in GitHub Desktop.
Save lukenetti3/152797f1d8335edcac37fa6ab8aa60a1 to your computer and use it in GitHub Desktop.
{
"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