Creating fractals with the chaos game
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
536 B

{
"name": "chaos",
"version": "2.0.0",
"description": "Exploring the chaos game",
"license": "CC0",
"private": true,
"devDependencies": {
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-livereload": "^1.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^5.1.0",
"rollup-plugin-terser": "^5.1.1",
"svelte": "^3.6.9"
},
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w"
},
"dependencies": {
"ml-matrix": "^6.2.0"
}
}