{
  "name": "iodine-gba",
  "version": "2.0.1",
  "description": "iodine gba",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "beefy demo.js:bundle.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grantgalitz/IodineGBA.git"
  },
  "keywords": [
    "iodine",
    "gba",
    "emulator"
  ],
  "author": "Grant Galitz <grantgalitz@gmail.com>",
  "contributors": [
    "Chris Dickinson <chris@neversaw.us> (http://neversaw.us/)"
  ],
  "license": "GPLv2",
  "bugs": {
    "url": "https://github.com/grantgalitz/IodineGBA/issues"
  },
  "homepage": "https://github.com/grantgalitz/IodineGBA",
  "devDependencies": {
    "beefy": "^2.1.3",
    "browserify": "^9.0.3"
  },
  "dependencies": {
    "base64-js": "0.0.8"
  }
}
