{
  "name": "fatmacho",
  "version": "0.1.2",
  "description": "fat-mach-o format parser",
  "main": "fat.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/nowsecure/node-fatmacho"
  },
  "keywords": [
    "fat-mach-o",
    "mach-o",
    "mac",
    "executable",
    "format"
  ],
  "author": "Sergi Alvarez i Capilla <pancake@nowsecure.com>",
  "license": "MIT",
  "homepage": "https://github.com/nowsecure/node-fatmacho",
  "devDependencies": {
    "semistandard": "*"
  },
  "dependencies": {
    "macho": "^1.4.0"
  }
}
