{
  "name": "graphmodel",
  "version": "1.0.19",
  "description": "JavaScript library for modeling directed graphs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "gulp test",
    "build": "gulp build",
    "ci": "gulp ci",
    "prepublishOnly": "gulp ci"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbuckton/graphmodel.git"
  },
  "keywords": [
    "graph",
    "digraph",
    "directed"
  ],
  "author": {
    "name": "Ron Buckton",
    "email": "rbuckton@chronicles.org",
    "url": "http://github.com/rbuckton"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/rbuckton/graphmodel/issues"
  },
  "homepage": "https://github.com/rbuckton/graphmodel#readme",
  "devDependencies": {
    "@types/jest": "^24.9.0",
    "chai": "^4.1.1",
    "del": "^3.0.0",
    "gulp": "^4.0.2",
    "jest": "^24.9.0",
    "ts-jest": "^24.3.0",
    "typescript": "^3.8.0-beta",
    "yargs": "^15.1.0"
  },
  "dependencies": {
    "@esfx/disposable": "^1.0.0-pre.13",
    "@esfx/equatable": "^1.0.0-pre.13",
    "@esfx/indexed-object": "^1.0.0-pre.9"
  }
}
