You've already forked FullScreenPokemon
mirror of
https://github.com/FullScreenShenanigans/FullScreenPokemon.git
synced 2026-04-28 12:58:40 -07:00
eb97263cc4
More standardized descriptions everywhere.
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"name": "FullScreenPokemon",
|
|
"description": "FullScreenPokemon - A free HTML5 remake of Pokemon generations I & II, expanded for modern browsing.",
|
|
"version": "0.0.0",
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "josh@fullscreenmario.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:DiogenesTheCynic/FullScreenMario-JSON.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/DiogenesTheCynic/FullScreenMario-JSON/issues"
|
|
},
|
|
"licenses": [{
|
|
"type": "Attribution Non-Commercial Share-Alike",
|
|
"url": "https://github.com/DiogenesTheCynic/FullScreenPokemon/blob/master/LICENSE.txt"
|
|
}],
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-copy": "~0.7.0",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-cssmin": "~0.11.0",
|
|
"grunt-processhtml": "~0.3.3",
|
|
"grunt-contrib-htmlmin": "~0.3.0",
|
|
"grunt-contrib-clean": "~0.6.0",
|
|
"grunt-zip": "~0.16.2"
|
|
}
|
|
} |