{
  "name": "gulp-angular-architecture-graph",
  "version": "0.0.6",
  "description": "Generate modules dependencies graph",
  "main": "index.js",
  "scripts": {
    "test": "gulp && intern-client config=test/intern reporters=lcov",
    "coveralls": "cat lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vogloblinsky/gulp-angular-architecture-graph.git"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "angularjs",
    "graph"
  ],
  "author": "Vincent Ogloblinsky <vincent.ogloblinsky@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vogloblinsky/gulp-angular-architecture-graph/issues"
  },
  "homepage": "https://github.com/vogloblinsky/gulp-angular-architecture-graph",
  "engines": {
    "node": ">=0.10"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-clean": "^0.4.0",
    "coveralls": "^2.11.9",
    "intern": "^3.3.1"
  },
  "dependencies": {
    "angular-architecture-graph": "^0.2.4",
    "dot": "^1.0.3",
    "through2": "^2.0.1",
    "gulp-util": "^3.0.7",
    "map-stream": "0.0.7",
    "q": "^1.4.1",
    "fs-extra": "^6.0.1",
    "lodash": "^4.17.10",
    "graphviz": "0.0.8",
    "file": "^0.2.2"
  }
}
