UNPKG

zater-cep

Version:

ZAter cep correios e via cep

29 lines (28 loc) 574 B
{ "name": "topo", "description": "Topological sorting with grouping support", "version": "1.1.0", "repository": "git://github.com/hapijs/topo", "main": "lib/index.js", "keywords": [ "topological", "sort", "toposort", "topsort" ], "engines": { "node": ">=0.10.40" }, "dependencies": { "hoek": "2.x.x" }, "devDependencies": { "lab": "6.x.x", "code": "1.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" }