UNPKG

juno-console

Version:

Juno is a clean and lightweight 2D game framework written in TypeScript for making tiny HTML5 Games.

39 lines (38 loc) 834 B
{ "name": "juno-console", "version": "0.0.60", "description": "Juno is a clean and lightweight 2D game framework written in TypeScript for making tiny HTML5 Games. ", "keywords": [ "Juno", "2D game framework", "Game framework", "Fantasy console", "Fantasy computer", "TypeScript", "Javascript", "HTML5", "Games" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "dependencies": { "eventemitter3": "^3.1.0", "performance-now": "^2.1.0" }, "devDependencies": { "typescript": "^2.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/digitsensitive/juno.git" }, "author": { "name": "digitsensitive", "email": "digit.sensitivee@gmail.com" }, "license": "MIT", "private": false }