{
  "name": "gbasm",
  "version": "0.0.21",
  "description": "A GameBoy Assembler.",
  "keywords": [
    "gameboy",
    "assembler",
    "z80",
    "intel",
    "8080",
    "assembly"
  ],
  "main": "index.js",
  "files": [
    "bin",
    "lib",
    "index.js",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "bin": "./bin/gbasm",
  "repository": {
    "type": "git",
    "url": "git://github.com/BonsaiDen/gbasm.git"
  },
  "author": "Ivo Wetzel <ivo.wetzel@googlemail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BonsaiDen/gbasm/issues"
  },
  "dependencies": {
    "colors": "~0.6.2"
  }
}
