{ "name": "chaos", "version": "1.0.0", "description": "Plotting fractals with the chaos game", "repository": { "type": "git", "url": "git+https://github.com/MattouFP/chaos.git" }, "scripts": { "build": "browserify -t [ babelify --presets [ es2015 ] ] scripts/index.js | babel --presets es2015 > bundle.js" }, "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", "dependencies": { "babel-preset-es2015": "^6.3.13", "babelify": "^7.2.0", "babel-cli": "^6.3.17", "browserify": "^12.0.1", "the-dom": "^0.1.0" } }