{
  "name": "jfw",
  "version": "0.1.0",
  "description": "Monolithic framework for the kind of things I like to do",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "tsc -d -p ./ --outDir dist/"
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "@types/codemirror": "0.0.42",
    "almost-equal": "^1.1.0",
    "async": "^2.0.1",
    "babel-preset-es2015": "^6.24.0",
    "binarysearch": "^1.0.0",
    "bowser": "^1.4.3",
    "brfs": "^1.4.3",
    "browser-request": "git+https://github.com/adampash/browser-request.git#feat-add-headers-to-response",
    "circular-iterator": "^1.1.2",
    "codemirror": "^5.25.0",
    "d3-force": "^1.0.4",
    "document-offset": "^1.0.4",
    "dom-delegator": "^13.1.0",
    "elementtree": "^0.1.6",
    "express": "^4.15.4",
    "html2hscript": "^2.0.1",
    "is-event-supported": "^1.0.1",
    "jquery": "^3.1.0",
    "left-pad": "^1.1.1",
    "main-loop": "git+https://github.com/udp/main-loop.git",
    "node-uuid": "^1.4.7",
    "power-assert": "^1.4.2",
    "sequence-formatter": "^1.0.0",
    "sha1": "^1.1.1",
    "shortid": "^2.2.8",
    "strongly-typed-events": "^1.0.1",
    "svgdom": "0.0.15",
    "trie-search": "^1.0.9",
    "ts-node": "^3.2.0",
    "tsconfig-paths": "^2.2.0",
    "uuid": "^3.0.1",
    "value-event": "^5.1.1",
    "vdom-thunk": "^3.0.0",
    "vdom-to-html": "^2.3.0",
    "virtual-dom": "^2.1.1",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "awesome-typescript-loader": "^3.2.1",
    "babel-preset-es2015": "^6.24.1",
    "less": "^2.7.3",
    "mime": "^2.0.3",
    "source-map-loader": "^0.2.1",
    "tslint": "^5.3.2",
    "typescript": "^2.4.2",
    "webpack": "^3.8.1"
  },
  "author": "",
  "license": "BSD-2-Clause"
}
