Files

32 lines
959 B
JSON
Raw Permalink Normal View History

2015-06-29 16:19:35 -04:00
{
"name": "ImageReadr",
"description": "A utility for converting regular images into PixelRendr sprites.",
"version": "0.2.0",
"author": {
"name": "Josh Goldberg",
"email": "josh@fullscreenmario.com"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:FullScreenShenanigans/ImageReadr.git"
},
"bugs": {
"url": "https://github.com/FullScreenShenanigans/ImageReadr/issues"
},
"license": "MIT",
2015-07-23 10:41:37 -07:00
"devDependencies": {
2015-06-29 16:19:35 -04:00
"chai": "~2.2.X",
"grunt": "~0.4.X",
"grunt-cli": "~0.1.X",
2015-07-23 10:41:37 -07:00
"grunt-contrib-clean": "~0.6.X",
2015-06-29 16:19:35 -04:00
"grunt-contrib-copy": "~0.8.X",
2015-07-23 10:41:37 -07:00
"grunt-contrib-uglify": "~0.8.X",
"grunt-mocha-phantomjs": "~0.7.X",
2015-06-29 16:19:35 -04:00
"grunt-tslint": "2.0.X",
"grunt-typescript": "0.6.X",
"mocha": "~2.2.X",
"grunt-preprocess": "~4.1.X",
"tslint": "~2.0.X",
"typescript": "~1.4.X"
}
}