⬆️ 💎
* Support ES6 * Integrates jsfxr
This commit is contained in:
14
package.json
14
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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user