Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • OleL/a-awesome-game
  • HoelShare/a-awesome-game
2 results
Show changes
Commits on Source (2)
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
\ No newline at end of file
{
"name": "a-awesome-game",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@orange-games/phaser-input": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@orange-games/phaser-input/-/phaser-input-2.0.5.tgz",
"integrity": "sha1-jrLZh8j+3hhcgCQ5UpDFBvc2j8g="
},
"phaser-ce": {
"version": "2.8.7",
"resolved": "https://registry.npmjs.org/phaser-ce/-/phaser-ce-2.8.7.tgz",
"integrity": "sha1-uQUdyAEZW8S1j6+cMmFmJ2u3Dt4="
}
}
}
{
"name": "a-awesome-game",
"version": "1.0.0",
"description": "Tower Defense, mit Pew blargh fomp bababa reeeeem fomp zisch pow pew nar few",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@gitlab.warpzone.ms:444/OleL/a-awesome-game.git"
},
"keywords": [
"game",
"phaser.io",
"node",
"javascript",
"mulitplayer",
"tower",
"defense"
],
"author": "Olel, HoelShare",
"license": "WTFPL",
"dependencies": {
"@orange-games/phaser-input": "^2.0.5",
"phaser-ce": "^2.8.7"
}
}