A small 'live' web site which uses rest-api to represent a pseudo-termial-like interface.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
478B

  1. {
  2. "name": "wwwterm",
  3. "version": "1.0.0",
  4. "description": "A Fo-terminal-like website hosting system.",
  5. "main": "wwwterm.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "author": "Bryan Miller",
  10. "license": "ISC",
  11. "dependencies": {
  12. "chokidar": "3.0.2",
  13. "cluster": "0.7.7",
  14. "debug": "4.1.1",
  15. "ejs": "2.6.2",
  16. "express": "4.17.1",
  17. "sass": "1.22.7"
  18. },
  19. "devDependencies": {
  20. "chai": "^4.2.0",
  21. "mocha": "^6.2.0",
  22. "sinon": "^7.3.2"
  23. }
  24. }