UNPKG

@sveltejs/gl

Version:

A (very experimental) project to bring WebGL to Svelte

31 lines (30 loc) 678 B
{ "name": "@sveltejs/gl", "version": "0.0.37", "description": "A (very experimental) project to bring WebGL to Svelte", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Rich-Harris/gl.git" }, "keywords": [ "Svelte", "WebGL" ], "author": "Rich Harris", "license": "MIT", "bugs": { "url": "https://github.com/Rich-Harris/gl/issues" }, "homepage": "https://github.com/Rich-Harris/gl#readme", "devDependencies": { "tiny-glob": "^0.2.6" }, "dependencies": { "gl-matrix": "^3.0.0", "yootils": "0.0.16" } }