* Previously most of the temp folder will become a gunk yard if libraries are removed & new one's are added, effect is final archive.zip size is huge because it contains stray files.
34 lines
886 B
JSON
34 lines
886 B
JSON
{
|
|
"name": "js13kgames-template",
|
|
"version": "1.0.0",
|
|
"description": "A barebone template aimed for js13kgames",
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/gulp serve",
|
|
"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",
|
|
"del": "^3.0.0",
|
|
"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",
|
|
"rollup-plugin-babel": "^3.0.7",
|
|
"rollup-stream": "^1.24.1",
|
|
"run-sequence": "^2.2.1",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
}
|
|
}
|