{
  "name": "@howerj/subleq",
  "version": "1.0.3",
  "description": "An n-bit SUBLEQ virtual machine with test programs.",
  "main": "subleq.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/howerj/subleq-nodejs.git"
  },
  "keywords": [
    "subleq",
    "oisc",
    "16-bit",
    "vm",
    "forth",
    "eforth"
  ],
  "author": "Richard James Howe",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/howerj/subleq-nodejs/issues"
  },
  "homepage": "https://github.com/howerj/subleq-nodejs#readme",
  "dependencies": {
    "@howerj/subleq": "^1.0.3"
  }
}
