瀏覽代碼

Initial commit for wwwterm.

master
Bryan Miller 5 年之前
當前提交
e9c8f0807a
共有 3 個文件被更改,包括 20 次插入0 次删除
  1. +3
    -0
      .gitignore
  2. +17
    -0
      package.json
  3. +0
    -0
      wwwterm.js

+ 3
- 0
.gitignore 查看文件

@@ -0,0 +1,3 @@
node_modules/*
package-lock.json


+ 17
- 0
package.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"
}
}

+ 0
- 0
wwwterm.js 查看文件


Loading…
取消
儲存