mirror of
https://github.com/Sheldan/canvas.git
synced 2026-03-03 07:24:49 +00:00
mandelbrot: adding a simple version of mandelbrot
This commit is contained in:
19
mandelbrot/package.json
Normal file
19
mandelbrot/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "mandel-brot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"canvas-common": "file:../canvas-common"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^5.1.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user