cantor-set-cli
Version:
Print the Cantor Set to the console!
38 lines (37 loc) • 729 B
JSON
{
"name": "cantor-set-cli",
"version": "1.2.0",
"description": "Print the Cantor Set to the console!",
"main": "./src/index.js",
"bin": {
"cantor-set-cli": "./src/cli.js"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/spirometaxas/cantor-set-cli.git"
},
"homepage": "https://spirometaxas.com/projects/fractals-cli",
"scripts": {
"cli": "node ./src/cli.js"
},
"author": {
"name" : "Spiro Metaxas",
"url" : "https://spirometaxas.com"
},
"license": "MIT",
"keywords": [
"Cantor",
"Cantor Set",
"fractal",
"fractals",
"cantor-set-cli",
"cli",
"console",
"terminal",
"shell",
"unicode"
]
}