| 123456789101112131415161718 |
- {
- "name": "lmc-website",
- "version": "1.0.0",
- "description": "LMC Website repo",
- "main": "lmc-webserver.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.lmc.co.nz/LMControl/LMC-website.git"
- },
- "author": "Bedirhan Teymur",
- "license": "CC-BY-SA-4.0",
- "dependencies": {
- "express": "^4.17.2"
- }
- }
|