The LM Control website. Simple yet efficient.
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.

package.json 408B

123456789101112131415161718
  1. {
  2. "name": "lmc-website",
  3. "version": "1.0.0",
  4. "description": "LMC Website repo",
  5. "main": "lmc-webserver.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.lmc.co.nz/LMControl/LMC-website.git"
  12. },
  13. "author": "Bedirhan Teymur",
  14. "license": "CC-BY-SA-4.0",
  15. "dependencies": {
  16. "express": "^4.17.2"
  17. }
  18. }