{
  "name": "tlbcore",
  "version": "1.2.0",
  "description": "Utilities",
  "directories": {
    "common": "common",
    "doc": "doc",
    "numerial": "numerical",
    "parsing": "parsing",
    "perf": "perf",
    "style": "style",
    "tests": "tests",
    "web": "web"
  },
  "dependencies": {
    "async": "^2.6.1",
    "brfs": "^2.0.2",
    "browserify": "^17.0.0",
    "canopy": "^0.3.0",
    "codemirror": "^5.65.3",
    "insert-css": "^2.0.0",
    "jquery": "^3.3.1",
    "jquery-contextmenu": "^2.6.4",
    "jquery-ui": "^1.12.1",
    "jsmin2": "^1.2.1",
    "lodash": "^4.17.5",
    "marked": "^4.0.15",
    "redis": "^4.1.0",
    "watchify": "^4.0.0",
    "websocket": "^1.0.34",
    "xmldom": "^0.6.0"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/tlb/tlbcore.git"
  },
  "license": "MIT",
  "author": "Trevor Blackwell <tlb@tlb.org>",
  "bugs": {
    "url": "https://gitlab.com/tlb/tlbcore/issues"
  },
  "homepage": "https://gitlab.com/tlb/tlbcore#readme",
  "yogaSrc": [
    "numerical/haltonseq.h",
    "numerical/polyfit.h"
  ],
  "ybCppSrc": [
    "common/chunk_file.cc",
    "common/hacks.cc",
    "common/hash.cc",
    "common/host_debug.cc",
    "common/host_profts.cc",
    "common/jsonio_parse.cc",
    "common/jsonio_types.cc",
    "common/jsonio.cc",
    "common/parengine.cc",
    "common/packetbuf.cc",
    "common/uv_wrappers.cc",
    "numerical/haltonseq.cc",
    "numerical/numerical.cc",
    "numerical/polyfit.cc",
    "numerical/windowfunc.cc"
  ]
}
