aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 12 insertions, 2 deletions
diff --git a/package.json b/package.json
index 98c1cea..48435d2 100644
--- a/package.json
+++ b/package.json
@@ -4,19 +4,29 @@
"description": "A barebone template aimed for js13kgames",
"scripts": {
"start": "./node_modules/.bin/gulp serve",
- "release": "./node_modules/.bin/gulp zipFiles"
+ "release": "./node_modules/.bin/gulp release"
},
"author": "Indrajith K L",
"license": "MIT",
"dependencies": {
+ "jsfxr": "0.0.1",
"kontra": "^4.0.0",
"tinymusic": "^1.0.0"
},
"devDependencies": {
+ "babel-core": "^6.26.3",
+ "babel-plugin-external-helpers": "^6.22.0",
+ "babel-preset-env": "^1.7.0",
+ "babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.6",
"gulp": "^3.9.1",
+ "gulp-rollup": "^2.16.2",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.1",
- "gulp-vinyl-zip": "^2.1.0"
+ "gulp-vinyl-zip": "^2.1.0",
+ "rollup-plugin-babel": "^3.0.7",
+ "rollup-stream": "^1.24.1",
+ "run-sequence": "^2.2.1",
+ "vinyl-source-stream": "^2.0.0"
}
}