Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
471 B

4 years ago
{
"name": "toposort",
"author": "Marcel Klehr <mklehr@gmx.net>",
"repo": "marcelklehr/toposort",
"description": "Topological sort of directed acyclic graphs (like dependency lists)",
"version": "0.2.10",
"keywords": [
"topological",
"sort",
"sorting",
"graphs",
"graph",
"dependency",
"list",
"dependencies",
"acyclic"
],
"dependencies": {},
"development": {},
"license": "MIT",
"scripts": [
"index.js"
]
}