algolibrary
Version:
A collection of efficient algorithms
27 lines (26 loc) • 619 B
JSON
{
"name": "algolibrary",
"version": "1.0.8",
"description": "A collection of efficient algorithms",
"main": "index.js",
"author": "Gowru Sree Vathsa",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"algorithms",
"data structures",
"sorting",
"searching",
"graph"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/gowrusreevathsa/algoLib.git"
},
"bugs": {
"url": "https://github.com/gowrusreevathsa/algoLib/issues"
},
"homepage": "https://github.com/gowrusreevathsa/algoLib#readme"
}