📒 Do not checkout node_modules

This commit is contained in:
Mattéo Delabre 2015-12-12 00:36:52 +01:00
parent 065a89fd3e
commit dfb8722181
2 changed files with 21 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

20
package.json Normal file
View File

@ -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"
}