Files
2018-06-18 01:54:56 -07:00

34 lines
973 B
JSON

{
"name": "SpriteMakr",
"description": "A utility for converting regular images into PixelRendr sprites.",
"version": "0.3.0",
"author": {
"name": "Josh Goldberg",
"email": "josh@fullscreenmario.com"
},
"repository": {
"type": "git",
"url": "ssh://git@github.com:FullScreenShenanigans/SpriteMakr.git"
},
"bugs": {
"url": "https://github.com/FullScreenShenanigans/SpriteMakr/issues"
},
"license": "MIT",
"devDependencies": {
"chai": "~4",
"grunt": "~1.0",
"grunt-cli": "~1.2",
"grunt-contrib-clean": "~1.1",
"grunt-contrib-copy": "~1.0",
"grunt-contrib-less": "~2.0",
"grunt-contrib-uglify": "~3.3",
"grunt-mocha-phantomjs": "~4",
"grunt-tslint": "~5.0",
"grunt-typescript": "~0.8.X",
"mocha": "~5.2",
"grunt-preprocess": "~5.1",
"tslint": "~5.10",
"typescript": "~2.9"
}
}