html2d
Version:
A Typescript game engine to build HTML5 games for the web using webcomponents.
43 lines (42 loc) • 980 B
JSON
{
"scripts": {
"dev": "vite serve src/"
},
"devDependencies": {
"vite": "^2.0.5"
},
"name": "html2d",
"version": "0.0.2",
"description": "A Typescript game engine to build HTML5 games for the web using webcomponents.",
"main": "index.html",
"dependencies": {
"esbuild": "^0.8.57",
"colorette": "^1.2.2",
"is-core-module": "^2.2.0",
"has": "^1.0.3",
"function-bind": "^1.1.1",
"path-parse": "^1.0.6",
"resolve": "^1.20.0",
"nanoid": "^3.1.20",
"postcss": "^8.2.8",
"rollup": "^2.41.1",
"source-map": "^0.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/8bitPancakes/html2d.git"
},
"keywords": [
"gamedev",
"typescript",
"webcomponents",
"game-engine",
"game-2d"
],
"author": "Björn Hjorth - Dragons ahead",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/8bitPancakes/html2d/issues"
},
"homepage": "https://html2d.com"
}