2015-01-01 20:06:27 -05:00
|
|
|
{
|
2015-07-13 14:55:59 -07:00
|
|
|
"name": "FullScreenPokemon",
|
|
|
|
|
"description": "An HTML5 remake of Nintendo's original Pokemon - expanded for the modern web.",
|
|
|
|
|
"version": "0.0.0",
|
2015-01-01 20:06:27 -05:00
|
|
|
"author": {
|
|
|
|
|
"name": "Josh Goldberg",
|
|
|
|
|
"email": "josh@fullscreenmario.com"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2015-07-13 14:55:59 -07:00
|
|
|
"url": "ssh://git@github.com:FullScreenShenanigans/FullScreenPokemon.git"
|
2015-01-01 20:06:27 -05:00
|
|
|
},
|
|
|
|
|
"bugs": {
|
2015-07-13 14:55:59 -07:00
|
|
|
"url": "https://github.com/FullScreenShenanigans/FullScreenPokemon/issues"
|
2015-01-01 20:06:27 -05:00
|
|
|
},
|
2015-06-11 22:35:59 -04:00
|
|
|
"license": "MIT",
|
2015-07-23 10:45:22 -07:00
|
|
|
"devDependencies": {
|
2015-09-10 07:33:37 -07:00
|
|
|
"chai": "~2.X",
|
2015-06-17 05:20:21 -04:00
|
|
|
"grunt": "~0.4.X",
|
|
|
|
|
"grunt-cli": "~0.1.X",
|
2015-07-23 10:45:22 -07:00
|
|
|
"grunt-contrib-clean": "~0.6.X",
|
2015-06-17 05:20:21 -04:00
|
|
|
"grunt-contrib-copy": "~0.8.X",
|
2015-09-10 07:33:37 -07:00
|
|
|
"grunt-contrib-cssmin": "~0.13.X",
|
|
|
|
|
"grunt-contrib-htmlmin": "~0.4.X",
|
2015-06-17 05:20:21 -04:00
|
|
|
"grunt-contrib-uglify": "~0.8.X",
|
2015-09-10 07:33:37 -07:00
|
|
|
"grunt-mocha-phantomjs": "~2.X",
|
2015-06-17 05:20:21 -04:00
|
|
|
"grunt-processhtml": "~0.3.X",
|
2015-09-10 07:33:37 -07:00
|
|
|
"grunt-preprocess": "~5.X",
|
|
|
|
|
"grunt-tslint": "~2.4.X",
|
2015-11-29 03:03:25 -08:00
|
|
|
"grunt-typescript": "~0.8.X",
|
2015-09-10 07:33:37 -07:00
|
|
|
"grunt-zip": "~0.17.X",
|
|
|
|
|
"mocha": "~2.X",
|
|
|
|
|
"tslint": "~2.4.X",
|
|
|
|
|
"typescript": "~1.X"
|
2015-01-01 20:06:27 -05:00
|
|
|
}
|
2015-06-17 05:20:21 -04:00
|
|
|
}
|