@snakemode/snake-canvas
Version:
A drawable canvas for your HTML!
33 lines (32 loc) • 753 B
JSON
{
"name": "@snakemode/snake-canvas",
"version": "1.0.31",
"description": "A drawable canvas for your HTML!",
"main": "src/DrawableCanvasElement.js",
"type": "module",
"directories": {
"example": "example"
},
"scripts": {
"start": "npx live-server src --port=8081",
"ci": "echo 'nothing here'",
"test": "echo 'nope'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snakemode/snake-canvas.git"
},
"keywords": [
"drawable",
"canvas",
"ui",
"html",
"touch"
],
"author": "Jo Franchetti, David Whitney",
"license": "MIT",
"bugs": {
"url": "https://github.com/snakemode/snake-canvas/issues"
},
"homepage": "https://github.com/snakemode/snake-canvas#readme"
}