@dothq/littlejsengine
Version:
LittleJS - Tiny and Fast HTML5 Game Engine
27 lines (26 loc) • 581 B
JSON
{
"name": "@dothq/littlejsengine",
"version": "1.0.0",
"description": "LittleJS - Tiny and Fast HTML5 Game Engine",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/KilledByAPixel/LittleJS.git"
},
"keywords": [
"HTML5",
"JavaScript",
"game",
"library",
"JS13K",
"webgl",
"engine"
],
"author": "Frank Force",
"license": "MIT",
"bugs": {
"url": "https://github.com/KilledByAPixel/LittleJS/issues"
},
"homepage": "https://github.com/KilledByAPixel/LittleJS"
}