UNPKG

558 BJSONView Raw
1{
2 "name": "topo",
3 "description": "Topological sorting with grouping support",
4 "version": "1.0.2",
5 "repository": "git://github.com/hapijs/topo",
6 "main": "index",
7 "keywords": [
8 "topological",
9 "sort",
10 "toposort",
11 "topsort"
12 ],
13 "engines": {
14 "node": ">=0.10.32"
15 },
16 "dependencies": {
17 "hoek": "2.x.x"
18 },
19 "devDependencies": {
20 "lab": "4.x.x"
21 },
22 "scripts": {
23 "test": "make test-cov"
24 },
25 "licenses": [
26 {
27 "type": "BSD",
28 "url": "http://github.com/hapijs/topo/raw/master/LICENSE"
29 }
30 ]
31}