LANCommander/LANCommander.Server/package.json
2024-11-05 23:38:46 -06:00

22 lines
597 B
JSON

{
"name": "lancommander.server",
"version": "1.1.0",
"description": "The admin UI for the LANCommander digital game distribution platform",
"main": "index.js",
"scripts": {
"sass": "sass Styles:wwwroot/css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LANCommander/LANCommander.git"
},
"author": "Pat Hartl <pat@pathar.tl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/LANCommander/LANCommander/issues"
},
"homepage": "https://github.com/LANCommander/LANCommander#readme",
"devDependencies": {
"sass": "^1.80.3"
}
}