From dfb8722181856414dcb53858a6fa42d8a46b5d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Sat, 12 Dec 2015 00:36:52 +0100 Subject: [PATCH] :ledger: Do not checkout node_modules --- .gitignore | 1 + package.json | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 package.json 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" +}