{ "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 ", "Gustavo Henke "], "license": "MIT", "readmeFilename": "README.md" }