mayo-gl
Version:
A light weight web 2D graphics library
49 lines (48 loc) • 956 B
JSON
{
"name": "mayo-gl",
"version": "0.2.2",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"files": [
"dist"
],
"main": "./dist/my-lib.umd.js",
"module": "./dist/my-lib.es.js",
"exports": {
".": {
"import": "./dist/my-lib.es.js",
"require": "./dist/my-lib.umd.js"
}
},
"devDependencies": {
"vite": "^2.8.0"
},
"description": "A light weight web 2D graphics library",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imagineeeinc/MayoGL.git"
},
"keywords": [
"mayo",
"mayoGL",
"mayogl",
"gl",
"graphics",
"graphics-library",
"2d",
"graphics",
"html-canvas"
],
"author": "imagineeeinc",
"license": "MIT",
"bugs": {
"url": "https://github.com/imagineeeinc/MayoGL/issues"
},
"homepage": "https://github.com/imagineeeinc/MayoGL#readme"
}