mandelbrot-set
Version:
Web components and a web worker for painting Julia and Mandelbrot sets on a web page.
79 lines (78 loc) • 2.06 kB
JSON
{
"name": "mandelbrot-set",
"version": "2.2.2",
"description": "Web components and a web worker for painting Julia and Mandelbrot sets on a web page.",
"author": {
"name": "Ferdinand Prantl",
"email": "prantlf@gmail.com",
"url": "http://prantl.tk"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/prantlf/mandelbrot-set/blob/master/LICENSE"
}
],
"homepage": "https://github.com/prantlf/mandelbrot-set#readme",
"repository": {
"type": "git",
"url": "https://github.com/prantlf/mandelbrot-set.git"
},
"bugs": {
"url": "https://github.com/prantlf/mandelbrot-set/issues"
},
"engines": {
"node": ">=8"
},
"files": [
"public"
],
"scripts": {
"lint": "standard --verbose",
"lint:fix": "standard --verbose --fix",
"update-bytesize-icons": "node scripts/update-bytesize-icons",
"update-mini-css": "node scripts/update-mini-css",
"prepare": "npm run update-bytesize-icons && npm run update-mini-css && npm run lint && npm run build",
"build": "node scripts/build-all",
"start": "node scripts/serve-public"
},
"standard": {
"env": [
"browser"
],
"ignore": [
"public/assets/bytesize-icon-elements.js"
]
},
"devDependencies": {
"benchmark": "2.1.4",
"bytesize-icon-elements": "2.0.0",
"clean-css": "4.2.1",
"connect": "3.7.0",
"connect-block-favicon": "1.0.4",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"mini.css": "3.0.1",
"morgan": "1.9.1",
"rollup": "1.21.4",
"rollup-plugin-multi-entry": "2.1.0",
"rollup-plugin-terser": "5.1.2",
"serve-index": "1.9.1",
"serve-static": "1.14.1",
"standard": "14.3.1",
"terser": "4.3.1"
},
"dependencies": {},
"keywords": [
"mandelbrot-set",
"mandelbrot",
"julia-sets",
"julia",
"custom-elements",
"web-components"
]
}