chaos/package.json

21 lines
444 B
JSON
Raw Normal View History

2015-12-11 23:36:52 +00:00
{
"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"
}