Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
FogNetwork
GitHub Repository: FogNetwork/Tsunami
Path: blob/main/public/games/files/flappy-bird/package.json
1036 views
1
{
2
"name": "flappy",
3
"version": "0.0.1",
4
"description": "flappy bird in html5",
5
"devDependencies": {
6
"gulp": "~3.5.2",
7
"coffee-script": "~1.7.1",
8
"gulp-coffee": "~1.4.1",
9
"gulp-util": "~2.2.14",
10
"gulp-connect": "~0.3.1",
11
"gulp-uglify": "~0.2.1",
12
"gulp-concat": "~2.1.7"
13
},
14
"scripts": {
15
"start": "./node_modules/.bin/gulp --require coffee-script/register"
16
},
17
"repository": {
18
"type": "git",
19
"url": "https://github.com/hyspace/flappy"
20
},
21
"keywords": [
22
"game",
23
"flappy",
24
"bird"
25
],
26
"author": "shan zhou <[email protected]>",
27
"license": "MIT",
28
"bugs": {
29
"url": "https://github.com/hyspace/flappy/issues"
30
},
31
"homepage": "https://github.com/hyspace/flappy"
32
}
33
34