Files
2026-02-25 00:50:23 +05:30

26 lines
453 B
JSON

{
"name": "tsort",
"version": "0.0.1",
"description": "Topological sort on directed graphs.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:eknkc/tsort.git"
},
"keywords": [
"dependency",
"graph",
"topological",
"sort",
"graph"
],
"devDependencies": {
"mocha": "*"
},
"author": "Ekin Koc",
"license": "MIT"
}