Exocore / exocore-web /templates /node /template.json
ChoruYt's picture
Upload 216 files
a7f51f5 verified
Raw
History Blame Contribute Delete
183 Bytes
{
"name": "Node.js Runtime",
"description": "Bare Node.js runtime project",
"language": "js",
"runtime": "node",
"run": "node index.js",
"port": 3000,
"install": true
}