You've already forked GBSEmulatr
mirror of
https://github.com/FullScreenShenanigans/GBSEmulatr.git
synced 2026-04-28 13:02:44 -07:00
33 lines
997 B
JSON
33 lines
997 B
JSON
{
|
|
"name": "GBSEmulatr",
|
|
"description": "An audio library to automate loading and controlled playback of Gameboy audio tracks via the ASM module.",
|
|
"version": "0.2.0",
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "josh@fullscreenmario.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:FullScreenShenanigans/GBSEmulatr.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullScreenShenanigans/GBSEmulatr/issues"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chai": "~2.2.X",
|
|
"grunt": "~0.4.X",
|
|
"grunt-cli": "~0.1.X",
|
|
"grunt-contrib-clean": "~0.6.0",
|
|
"grunt-contrib-copy": "~0.8.X",
|
|
"grunt-contrib-uglify": "~0.8.X",
|
|
"grunt-mocha-phantomjs": "~0.6.X",
|
|
"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"
|
|
}
|
|
}
|