{
  "name": "wren-8080",
  "version": "0.2.14",
  "description": "An Intel 8080 disassembler",
  "main": "index.js",
  "bin": "cli/cli.js",
  "scripts": {
    "test": "mocha './{,!(node_modules)/**/}*.spec.js'",
    "lint": "eslint . --ignore-path .gitignore"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lucasfcosta/wren-8080.git"
  },
  "keywords": [
    "intel 8080",
    "8080",
    "disassembler"
  ],
  "author": "Lucas Fernandes da Costa <lucas@lucasfcosta.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lucasfcosta/wren-8080/issues"
  },
  "homepage": "https://github.com/lucasfcosta/wren-8080#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^4.19.1",
    "js-logger": "^1.4.1",
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "commander": "^2.15.1",
    "dedupe": "^2.1.0",
    "jsonexport": "^2.2.0"
  }
}
