LANCommander/LANCommander.Launcher/package.json
2024-08-22 18:04:02 -05:00

40 lines
1 KiB
JSON

{
"name": "lancommander.launcher",
"version": "1.0.0",
"description": "A launcher for the LANCommander digital game distribution platform",
"scripts": {
"sass": "sass"
},
"keywords": [],
"author": "Pat Hartl <pat@pathar.tl>",
"license": "MIT",
"devDependencies": {
"sass": "^1.77.4"
},
"dependencies": {
"anymatch": "^3.1.3",
"binary-extensions": "^2.3.0",
"braces": "^3.0.3",
"chokidar": "^3.6.0",
"fill-range": "^7.1.1",
"glob-parent": "^5.1.2",
"immutable": "^4.3.6",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"normalize-path": "^3.0.0",
"picomatch": "^2.3.1",
"readdirp": "^3.6.0",
"source-map-js": "^1.2.0",
"to-regex-range": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LANCommander/LANCommander.git"
},
"bugs": {
"url": "https://github.com/LANCommander/LANCommander/issues"
},
"homepage": "https://github.com/LANCommander/LANCommander#readme"
}