@ue-too/board
Version:
<h1 align="center"> uē-tôo </h1> <p align="center"> pan, zoom, rotate, and more with your html canvas. </p>
40 lines (39 loc) • 831 B
JSON
{
"name": "@ue-too/board",
"type": "module",
"version": "0.14.0",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"main": "./index.js",
"types": "./index.d.ts",
"module": "./index.js",
"dependencies": {
"@ue-too/being": "^0.14.0",
"@ue-too/math": "^0.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ue-too/ue-too.git"
},
"author": "niuee",
"license": "MIT",
"bugs": {
"url": "https://github.com/ue-too/ue-too/issues"
},
"homepage": "https://github.com/ue-too/ue-too#readme",
"keywords": [
"canvas",
"infinite-canvas",
"pixi.js",
"PIXI"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}