소스 검색

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…
취소
저장