gulp-shenanigans@0.6.17 (no shenanigans.json) (#23)

This commit is contained in:
Josh Goldberg
2017-11-13 13:10:05 -08:00
committed by GitHub
parent 9688ff206f
commit 58401ff0df
4 changed files with 1356 additions and 754 deletions
+1342 -709
View File
File diff suppressed because it is too large Load Diff
+13 -10
View File
@@ -15,39 +15,42 @@
},
"license": "MIT",
"dependencies": {
"areaspawnr": "0.6.X",
"audioplayr": "0.6.X",
"changelinr": "0.6.X",
"stringfilr": "0.6.X",
"mapscreenr": "0.6.X",
"itemsholdr": "0.6.X",
"devicelayr": "0.6.X",
"eightbittr": "0.6.X",
"audioplayr": "0.6.X",
"fpsanalyzr": "0.6.X",
"gamesrunnr": "0.6.X",
"gamestartr": "0.6.X",
"groupholdr": "0.6.X",
"inputwritr": "0.6.X",
"itemsholdr": "0.6.X",
"mapscreatr": "0.6.X",
"mapscreenr": "0.6.X",
"mathdecidr": "0.6.X",
"modattachr": "0.6.X",
"numbermakr": "0.6.X",
"objectmakr": "0.6.X",
"quadskeepr": "0.6.X",
"areaspawnr": "0.6.X",
"pixelrendr": "0.6.X",
"pixeldrawr": "0.6.X",
"pixelrendr": "0.6.X",
"quadskeepr": "0.6.X",
"sceneplayr": "0.6.X",
"stringfilr": "0.6.X",
"thinghittr": "0.6.X",
"timehandlr": "0.6.X",
"touchpassr": "0.6.X",
"worldseedr": "0.6.X",
"gamestartr": "0.6.X"
"worldseedr": "0.6.X"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-shenanigans": "^0.6.16"
"gulp-shenanigans": "^0.6.17"
},
"scripts": {
"gulp": "gulp",
"test": "gulp test"
},
"shenanigans": {
"name": "MenuGraphr"
}
}
-35
View File
@@ -1,35 +0,0 @@
{
"dependencies": {
"ChangeLinr": "0.6.X",
"StringFilr": "0.6.X",
"MapScreenr": "0.6.X",
"ItemsHoldr": "0.6.X",
"DeviceLayr": "0.6.X",
"EightBittr": "0.6.X",
"AudioPlayr": "0.6.X",
"FPSAnalyzr": "0.6.X",
"GamesRunnr": "0.6.X",
"GroupHoldr": "0.6.X",
"InputWritr": "0.6.X",
"MapsCreatr": "0.6.X",
"MathDecidr": "0.6.X",
"ModAttachr": "0.6.X",
"NumberMakr": "0.6.X",
"ObjectMakr": "0.6.X",
"QuadsKeepr": "0.6.X",
"AreaSpawnr": "0.6.X",
"PixelRendr": "0.6.X",
"PixelDrawr": "0.6.X",
"ScenePlayr": "0.6.X",
"ThingHittr": "0.6.X",
"TimeHandlr": "0.6.X",
"TouchPassr": "0.6.X",
"WorldSeedr": "0.6.X",
"GameStartr": "0.6.X"
},
"package": {
"description": "In-game menu and dialog creation and management for GameStartr.",
"name": "MenuGraphr",
"version": "0.6.4"
}
}
+1
View File
@@ -25,6 +25,7 @@
"no-default-export": [false],
"no-inferrable-types": [false],
"no-magic-numbers": [false],
"no-redundant-jsdoc": [false],
"no-non-null-assertion": [false],
"no-object-literal-type-assertion": [false],
"no-submodule-imports": [false],