UNPKG

onsight

Version:

Interactive, easy to use JavaScript game framework.

49 lines (48 loc) 1.09 kB
{ "name": "onsight", "version": "0.0.8", "description": "Interactive, easy to use JavaScript game framework.", "module": "src/Onsight.js", "main": "dist/onsight.module.js", "type": "module", "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build" }, "files": [ "dist/*", "files/*", "src/*" ], "keywords": [ "onsight", "game", "engine", "webgl", "javascript", "graphics", "framework", "canvas" ], "repository": { "type": "git", "url": "git+https://github.com/onsightengine/onsight.git" }, "author": "Stephens Nunnally <stephens@scidian.com>", "license": "MIT", "bugs": { "url": "https://github.com/onsightengine/onsight/issues" }, "homepage": "https://github.com/onsightengine", "private": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-terser": "^0.4.4", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-visualizer": "^5.12.0" } }