mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-01 10:05:50 +00:00
29 lines
939 B
JSON
29 lines
939 B
JSON
{
|
|
"name": "pac-man-demo",
|
|
"version": "1.0.0",
|
|
"description": "A few ways of displaying a Pac-Man style playfield using GTE",
|
|
"main": "index.js",
|
|
"config": {
|
|
"merlin32": "C:\\Programs\\IIgsXDev\\bin\\Merlin32-1.1.10.exe",
|
|
"cadius": "C:\\Programs\\IIgsXDev\\bin\\Cadius.exe",
|
|
"gsport": "C:\\Programs\\gsport\\gsport_0.31\\GSPort.exe",
|
|
"macros": "C:\\Programs\\BrutalDeluxe\\Merlin32\\Library",
|
|
"crossrunner": "C:\\Programs\\Crossrunner\\Crossrunner.exe"
|
|
},
|
|
"scripts": {
|
|
"build": "%npm_package_config_merlin32% -V %npm_package_config_macros% App.s"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lscharen/iigs-game-engine.git"
|
|
},
|
|
"author": "Lucas Scharenbroich",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/lscharen/iigs-game-engine/issues"
|
|
},
|
|
"homepage": "https://github.com/lscharen/iigs-game-engine#readme",
|
|
"devDependencies": {
|
|
}
|
|
}
|