@@ -0,0 +1,3 @@ | |||
node_modules/* | |||
package-lock.json | |||
@@ -0,0 +1,17 @@ | |||
{ | |||
"name": "wwwterm", | |||
"version": "1.0.0", | |||
"description": "A Fo-terminal-like website hosting system.", | |||
"main": "wwwterm.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "Bryan Miller", | |||
"license": "ISC", | |||
"dependencies": { | |||
"chokidar": "3.0.2", | |||
"ejs": "2.6.2", | |||
"express": "4.17.1", | |||
"sass": "1.22.7" | |||
} | |||
} |