Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
FogNetwork
GitHub Repository: FogNetwork/Tsunami
Path: blob/main/public/games/files/flappy-bird/bower.json
1036 views
1
{
2
"name": "flappy",
3
"version": "0.0.1",
4
"authors": [
5
"shan zhou <[email protected]>"
6
],
7
"description": "flappy bird in html5",
8
"main": "index.html",
9
"keywords": [
10
"game",
11
"flappy",
12
"bird"
13
],
14
"license": "MIT",
15
"homepage": "https://github.com/hyspace/flappy",
16
"private": true,
17
"ignore": [
18
"**/.*",
19
"node_modules",
20
"bower_components",
21
"test",
22
"tests"
23
],
24
"dependencies": {
25
"phaser": "~1.1.4"
26
}
27
}
28
29