{
  "name": "topo",
  "description": "Topological sorting with grouping support",
  "version": "2.1.1",
  "repository": "git://github.com/hapijs/topo",
  "engines": {
    "node": ">=6.0.0"
  },
  "main": "lib/index.js",
  "keywords": [
    "topological",
    "sort",
    "toposort",
    "topsort"
  ],
  "dependencies": {
    "hoek": "4.x.x"
  },
  "devDependencies": {
    "code": "4.x.x",
    "lab": "14.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L -l",
    "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html -l"
  },
  "license": "SEE LICENSE IN LICENSE.md"
}
