UNPKG

elpy

Version:
35 lines (34 loc) 690 B
{ "name": "elpy", "version": "1.1.16", "description": "2D JavaScript game engine.", "author": "space2pacman", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/space2pacman/elpy.git" }, "bugs": { "url": "https://github.com/space2pacman/elpy/issues" }, "keywords": [ "html5", "game", "rendering", "engine", "2d", "canvas", "web", "javascript" ], "main": "src/index.js", "scripts": { "build": "webpack", "serve": "webpack serve" }, "devDependencies": { "webpack": "^5.64.2", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.10.0" } }