This commit is contained in:
badgamernl
2017-03-22 21:12:10 +01:00
parent 97c0ace968
commit aa5d5b75e6
8 changed files with 1350 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "explosivegaming-scenario",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/badgamernl/explosivegaming-main.git"
},
"author": "badgamernl",
"license": "ISC",
"bugs": {
"url": "https://github.com/badgamernl/explosivegaming-main/issues"
},
"homepage": "https://github.com/badgamernl/explosivegaming-main#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-luaminify": "0.0.1",
"gulp-rename": "^1.2.2"
}
}