diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/package.json b/package.json new file mode 100644 index 0000000..9662960 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "chaos", + "version": "1.0.0", + "description": "Plotting fractals with the chaos game", + "repository": { + "type": "git", + "url": "git+https://github.com/MattouFP/chaos.git" + }, + "keywords": [ + "chaos", + "fractals", + "game" + ], + "author": "Mattéo Delabre", + "license": "CC0-1.0", + "bugs": { + "url": "https://github.com/MattouFP/chaos/issues" + }, + "homepage": "https://github.com/MattouFP/chaos#readme" +}