witcher-game-viewport
Version:
Creates a View Port for the game engine to display
31 lines (30 loc) • 726 B
JSON
{
"name": "witcher-game-viewport",
"version": "1.0.5",
"description": "Creates a View Port for the game engine to display",
"main": "index.mjs",
"scripts": {
"test": "mocha ./test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christopherwitcher/game-viewport.git"
},
"keywords": [
"witcher",
"game",
"game-engine",
"viewport"
],
"author": "Christopher Witcher",
"license": "MIT",
"bugs": {
"url": "https://github.com/christopherwitcher/game-viewport/issues"
},
"homepage": "https://github.com/christopherwitcher/game-viewport#readme",
"dependencies": {
"mocha": "^9.1.4",
"typescript": "^4.5.4"
},
"type": "module"
}