{
  "name": "hdl-js",
  "version": "0.0.72",
  "license": "MIT",
  "description": "Hardware definition language (HDL) and Hardware simulator",
  "repository": "DmitrySoshnikov/hdl-js",
  "homepage": "https://github.com/DmitrySoshnikov/hdl-js",
  "bugs": "https://github.com/DmitrySoshnikov/hdl-js/issues",
  "scripts": {
    "build": "node scripts/build.js",
    "watch": "node scripts/build.js --watch",
    "test": "jest",
    "prepublish": "npm run build && npm test",
    "eslint": "eslint src/ && eslint bin/hdl-js"
  },
  "bin": {
    "hdl-js": "./bin/hdl-js"
  },
  "keywords": [
    "HDL",
    "Hardware",
    "Emulator",
    "Boolean logic",
    "Simulator"
  ],
  "author": "Dmitry Soshnikov",
  "dependencies": {
    "cli-table3": "^0.5.0",
    "colors": "^1.1.2",
    "yargs": "^10.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "1.6.1",
    "babel-preset-flow": "6.23.0",
    "eslint": "^4.11.0",
    "jest-cli": "^19.0.2",
    "prettier": "^1.11.1",
    "shelljs": "^0.7.8",
    "syntax-cli": "^0.1.1"
  }
}
