Files
FullScreenPokemon/package.json
T
Josh Goldberg eb97263cc4 Slight documentation fixups
More standardized descriptions everywhere.
2015-01-01 20:15:59 -05:00

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"
}
}