aboutsummaryrefslogtreecommitdiff
path: root/node_modules/topo/package.json
blob: d80aef1cd81fb41162ca4ab581dd8e2060e47318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "topo",
  "description": "Topological sorting with grouping support",
  "version": "2.0.2",
  "repository": "git://github.com/hapijs/topo",
  "main": "lib/index.js",
  "keywords": [
    "topological",
    "sort",
    "toposort",
    "topsort"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "hoek": "4.x.x"
  },
  "devDependencies": {
    "code": "3.x.x",
    "lab": "10.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  },
  "license": "BSD-3-Clause"
}