From 684894cccdf2c160e156116f523bb3a6a74c99e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Sat, 12 Dec 2015 00:37:10 +0100 Subject: [PATCH] :bulb: Add dependencies --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9662960..895ea71 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,9 @@ "type": "git", "url": "git+https://github.com/MattouFP/chaos.git" }, + "scripts": { + "build": "browserify -t [ babelify --presets [ es2015 ] ] scripts/index.js > bundle.js" + }, "keywords": [ "chaos", "fractals", @@ -16,5 +19,10 @@ "bugs": { "url": "https://github.com/MattouFP/chaos/issues" }, - "homepage": "https://github.com/MattouFP/chaos#readme" + "homepage": "https://github.com/MattouFP/chaos#readme", + "dependencies": { + "babel-preset-es2015": "^6.3.13", + "babelify": "^7.2.0", + "browserify": "^12.0.1" + } }