@zimjs/game
Version:
Game module for ZIM JavaScript Canvas Framework
39 lines • 901 B
JSON
{
"name": "@zimjs/game",
"version": "2.8.92",
"description": "Game module for ZIM JavaScript Canvas Framework",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/danzen/zim-game.git"
},
"keywords": [
"canvas",
"javascript",
"game",
"zim",
"zimjs",
"leaderboard",
"isometric",
"scorer",
"timer",
"dialog"
],
"author": "Dr Abstract",
"license": "MIT",
"devDependencies": {
"typescript": "^5.3.3",
"zimjs": "^18.0.0"
},
"peerDependencies": {
"zimjs": "^18.0.0"
},
"bugs": {
"url": "https://forum.zimjs.com"
},
"homepage": "https://github.com/danzen/zim-game#readme"
}