You've already forked ImageReadr
mirror of
https://github.com/FullScreenShenanigans/ImageReadr.git
synced 2026-04-28 13:01:21 -07:00
32 lines
961 B
JSON
32 lines
961 B
JSON
{
|
|
"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",
|
|
"devDependencies": {
|
|
"chai": "~4.1.2",
|
|
"grunt": "~1.0.1",
|
|
"grunt-cli": "~1.2.0",
|
|
"grunt-contrib-clean": "~1.1.0",
|
|
"grunt-contrib-copy": "~1.0.0",
|
|
"grunt-contrib-uglify": "~3.3.0",
|
|
"grunt-mocha-phantomjs": "~4.0.0",
|
|
"grunt-tslint": "~5.0.1",
|
|
"grunt-typescript": "~0.8.0",
|
|
"mocha": "~4.0.1",
|
|
"grunt-preprocess": "~5.1.0",
|
|
"tslint": "~5.8.0",
|
|
"typescript": "~2.6.2"
|
|
}
|
|
} |