UNPKG

lorenz-attractor-3d

Version:
32 lines (31 loc) 830 B
{ "name": "lorenz-attractor-3d", "version": "1.0.11", "description": "Lorenz attractor generator in 3D", "main": "lorenz.build.js", "scripts": { "build": "browserify index.js --standalone lorenz > lorenz.build.js" }, "repository": { "type": "git", "url": "git+https://github.com/adelriosantiago/lorenz-attractor-3d.git" }, "keywords": [ "strange", "attractor", "attractor", "procedural", "chaos", "generator", "3d" ], "author": "Alejandro del Río Santiago <adelriosantiago@gmail.com> (http://www.adelriosantiago.com)", "license": "MIT", "bugs": { "url": "https://github.com/adelriosantiago/lorenz-attractor-3d/issues" }, "homepage": "https://github.com/adelriosantiago/lorenz-attractor-3d#readme", "devDependencies": { "browserify": "^16.5.2" } }