You've already forked LevelEditr
mirror of
https://github.com/FullScreenShenanigans/LevelEditr.git
synced 2026-04-28 13:01:51 -07:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"AreaSpawnr": "^0.5.2",
|
|
"AudioPlayr": "^0.5.1",
|
|
"ChangeLinr": "^0.5.3",
|
|
"DeviceLayr": "^0.5.1",
|
|
"EightBittr": "^0.5.2",
|
|
"FPSAnalyzr": "^0.5.1",
|
|
"GamesRunnr": "^0.5.3",
|
|
"GameStartr": "^0.5.2",
|
|
"GroupHoldr": "^0.5.1",
|
|
"InputWritr": "^0.5.2",
|
|
"ItemsHoldr": "^0.5.2",
|
|
"MapsCreatr": "^0.5.2",
|
|
"MapScreenr": "^0.5.2",
|
|
"MathDecidr": "^0.5.1",
|
|
"ModAttachr": "^0.5.1",
|
|
"NumberMakr": "^0.5.1",
|
|
"ObjectMakr": "^0.5.2",
|
|
"PixelDrawr": "^0.5.1",
|
|
"PixelRendr": "^0.5.2",
|
|
"QuadsKeepr": "^0.5.2",
|
|
"ScenePlayr": "^0.5.2",
|
|
"StringFilr": "^0.5.2",
|
|
"ThingHittr": "^0.5.2",
|
|
"TimeHandlr": "^0.5.2",
|
|
"TouchPassr": "^0.5.1",
|
|
"WorldSeedr": "^0.5.1"
|
|
},
|
|
"externals": [
|
|
{
|
|
"file": "node_modules/js-beautify/js/bin/js-beautify",
|
|
"typing": "js-beautify"
|
|
}
|
|
],
|
|
"node_modules": {
|
|
"dependencies": {
|
|
"js-beautify": "^1.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-beautify": "0.0.27"
|
|
}
|
|
},
|
|
"package": {
|
|
"description": "GUI-based level creation & editing for GameStartr.",
|
|
"name": "LevelEditr",
|
|
"version": "0.5.2"
|
|
}
|
|
}
|