{
  "name": "@buggyorg/dynatype-network-graph",
  "version": "0.1.12",
  "description": "",
  "main": "lib/dynatype-network.js",
  "bin": {
    "ng2tng": "lib/cli.js"
  },
  "dependencies": {
    "@buggyorg/component-library": "^0.1.6",
    "@buggyorg/graphtools": "^0.2.18",
    "commander": "^2.9.0",
    "get-stdin": "^5.0.1",
    "graphlib": "^1.0.7",
    "lodash": "^4.6.1"
  },
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.4.3",
    "chai": "^3.4.0",
    "gulp": "^3.9.0",
    "mocha": "^2.3.3",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "standard": "^6.0.8"
  },
  "scripts": {
    "test": "node node_modules/standard/bin/cmd.js src/**/*.js && node_modules/mocha/bin/mocha --compilers js:babel-register",
    "build": "babel src -d lib",
    "prepublish": "babel src -d lib"
  },
  "author": "",
  "license": "MIT"
}
