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