37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "toposort-class",
|
|
"version": "0.3.1",
|
|
"description": "Topological sort of directed acyclic graphs (like dependecy lists)",
|
|
"main": "./toposort.js",
|
|
"devDependencies": {
|
|
"requirejs": "~2.1.10",
|
|
"chai": "~1.8.1",
|
|
"grunt": "~0.4.2",
|
|
"grunt-jscs-checker": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
"grunt-mocha-test": "~0.8.2",
|
|
"grunt-mocha": "~0.4.9"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gustavohenke/toposort.git"
|
|
},
|
|
"keywords": [
|
|
"topological",
|
|
"sort",
|
|
"sorting",
|
|
"graphs",
|
|
"graph",
|
|
"dependency",
|
|
"list",
|
|
"dependencies",
|
|
"acyclic",
|
|
"browser"
|
|
],
|
|
"author": ["Marcel Klehr <mklehr@gmx.net>", "Gustavo Henke <gustavo@injoin.com.br>"],
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md"
|
|
} |