Files
monkeygg2.github.io/games/flappy-bird/bower.json
T
2023-08-25 13:31:04 +05:30

28 lines
462 B
JSON

{
"name": "flappy",
"version": "0.0.1",
"authors": [
"shan zhou <hyspace@gmail.com>"
],
"description": "flappy bird in html5",
"main": "index.html",
"keywords": [
"game",
"flappy",
"bird"
],
"license": "MIT",
"homepage": "https://github.com/hyspace/flappy",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"phaser": "~1.1.4"
}
}