{
  "name": "hrm-cpu",
  "version": "0.2.3",
  "description": "Run Human Resource Machine programs in JavaScript",
  "main": "hrm-cpu.js",
  "directories": {
    "example": "examples"
  },
  "engines": {
    "node": ">=4.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nrkn/hrm-cpu.git"
  },
  "keywords": [
    "human",
    "resource",
    "machine",
    "cpu",
    "assembly",
    "hrm"
  ],
  "author": "Nik Coughlin <nrkn.com@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrkn/hrm-cpu/issues"
  },
  "homepage": "https://github.com/nrkn/hrm-cpu#readme",
  "devDependencies": {
    "hrm-level-data": "^1.1.0",
    "mocha": "^2.3.3"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "hrm-parser": "^0.2.0"
  },
  "browserify": {
    "transform": [
      "babelify"
    ]
  }
}
