UNPKG

dep-resolver

Version:
29 lines (28 loc) 714 B
{ "name": "dep-resolver", "version": "0.5.5", "description": "Asynchronous Dependency Resolver", "main": "app.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/mtomran/dep-resolver.git" }, "keywords": [ "async", "asynchronous", "dependency", "resolver", "resolve", "promise", "directed", "acyclic", "graph", "DAG", "topological", "sort", "order" ], "author": "Masoud Omran", "dependencies": { "bluebird": "~3.5.1", "lodash": "~4.17.5" }, "license": "MIT", "bugs": { "url": "https://github.com/mtomran/dep-resolver/issues" }, "homepage": "https://github.com/mtomran/dep-resolver#readme" }