Last active
March 29, 2023 07:45
-
-
Save dsathyakumar/9227eea5c8b6edf3991628e762d87491 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": "marko3-http", | |
"version": "0.0.0", | |
"description": "Example of using Marko with a simple Node.js HTTP server", | |
"main": "server.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [ | |
"marko", | |
"http", | |
"server" | |
], | |
"author": "", | |
"license": "MIT", | |
"dependencies": { | |
"async-writer": "^2.1.3", | |
"marko": "~3.14.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment