Created
February 21, 2020 08:18
-
-
Save vneverz/cee31b6d7334c4269adfead3d229fa5a to your computer and use it in GitHub Desktop.
AR project to Heroku
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": "happybirthday", | |
"version": "1.0.0", | |
"description": "This will load any static html site", | |
"scripts": { | |
"start": "harp server --port $PORT" | |
}, | |
"dependencies": { | |
"harp": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment