hulet
Version:
The canvas as the Cartesian plane
42 lines (41 loc) • 899 B
JSON
{
"name": "hulet",
"version": "0.1.4",
"description": "The canvas as the Cartesian plane",
"main": "hulet/index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"browserify": "^17.0.0",
"canvas": "^2.9.1",
"mocha": "^10.0.0",
"terser": "^5.14.1"
},
"scripts": {
"test": "mocha",
"start": "scripts/start.sh",
"build": "scripts/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quantum9Innovation/hulet.git"
},
"keywords": [
"web",
"canvas",
"math",
"graph",
"graphing-calculator",
"2d",
"2d-graphics",
"cartesian",
"cartesian-plane"
],
"author": "quantum9innovation (q9i)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/quantum9Innovation/hulet/issues"
},
"homepage": "https://github.com/quantum9Innovation/hulet#readme"
}