The LM Control website. Simple yet efficient.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718
  1. {
  2. "name": "lmc-website",
  3. "version": "1.0.0",
  4. "description": "LMC Website repo",
  5. "main": "index.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. }