RackHD/on-taskgraph

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "//": "Copyright 2017, Dell EMC, Inc.",
  "name": "on-taskgraph",
  "version": "2.60.7",
  "description": "",
  "main": "lib",
  "scripts": {
    "install": "./scripts/post-install.sh",
    "doc": "jsdoc lib -r -d docs",
    "test": "mocha $(find spec -name '*-spec.js') -R spec --require spec/helper.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RackHD/on-taskgraph.git"
  },
  "keywords": [
    "task",
    "graph",
    "job",
    "network"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "body-parser": "^1.18.2",
    "consul": "^0.26.0",
    "di": "git+https://github.com/RackHD/di.js.git",
    "dot-object": "^0.6.0",
    "ejs": "~2.5.2",
    "es6-shim": "^0.22.2",
    "express": "~4.13.4",
    "express-urlrewrite": "~1.2.0",
    "grpc": "~1.7.0",
    "lodash": "^3.10.1",
    "lru-cache": "^2.5.0",
    "minimist": "^1.2.0",
    "node-uuid": "^1.4.2",
    "on-core": "git+https://github.com/RackHD/on-core.git",
    "on-finished": "^2.3.0",
    "on-tasks": "git+https://github.com/RackHD/on-tasks.git",
    "rewire": "^2.5.2",
    "rx": "^2.3.22",
    "swagger-tools": "0.8.*",
    "tv4": "~1.2.7"
  },
  "devDependencies": {
    "chai": "^2.0.0",
    "chai-as-promised": "^4.2.0",
    "coveralls": "^2.11.4",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-istanbul": "^2.3.1",
    "grunt-mocha-test": "^0.12.7",
    "grunt-notify": "^0.4.1",
    "istanbul": "^0.3.5",
    "jsdoc": "^3.3.0-alpha13",
    "jshint": "^2.5.11",
    "mocha": "^4.0.1",
    "mockery": "^2.0.0",
    "sinon": "^1.12.2",
    "sinon-as-promised": "^2.0.3",
    "sinon-chai": "^2.7.0",
    "supertest": "^1.2.0",
    "xunit-file": "0.0.6"
  }
}