Skip to content

npmdoc/node-npmdoc-algorithms

Repository files navigation

npmdoc-algorithms

basic api documentation for algorithms (v0.10.0) npm package travis-ci.org build-status

Traditional computer science algorithms and data structures implemented in JavaScript

NPM

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "Felipe Ribeiro",
        "url": "http://github.com/felipernb"
    },
    "bugs": {
        "url": "https://github.com/felipernb/algorithms.js/issues"
    },
    "contributors": [
        {
            "name": "eush77"
        },
        {
            "name": "tayllan"
        },
        {
            "name": "anaran"
        },
        {
            "name": "Joshua Curl"
        },
        {
            "name": "nitinsaroha"
        },
        {
            "name": "Andre P. Oliveira"
        },
        {
            "name": "Iain McDonald"
        },
        {
            "name": "dingshu"
        },
        {
            "name": "Liam Griffiths"
        },
        {
            "name": "BrunoRB"
        },
        {
            "name": "geakstr"
        },
        {
            "name": "Matt R. Wilson"
        },
        {
            "name": "Gaurav Mittal"
        },
        {
            "name": "Juan Lopes"
        },
        {
            "name": "Evandro Eisinger"
        },
        {
            "name": "Gibran Malheiros"
        }
    ],
    "dependencies": {},
    "description": "Traditional computer science algorithms and data structures implemented in JavaScript",
    "devDependencies": {
        "coveralls": "^2.11.4",
        "eslint": "^2.8.0",
        "istanbul": "^0.4.0",
        "mocha": "^2.3.3",
        "pre-commit": "^1.1.2"
    },
    "directories": {},
    "dist": {
        "shasum": "f93ffd435d79fd3fc0b32e28ef3629240b71b720",
        "tarball": "https://registry.npmjs.org/algorithms/-/algorithms-0.10.0.tgz"
    },
    "homepage": "https://github.com/felipernb/algorithms.js/wiki",
    "keywords": [
        "computer science",
        "cs",
        "algorithms",
        "data structures"
    ],
    "license": "MIT",
    "main": "./index.js",
    "maintainers": [
        {
            "name": "felipernb"
        }
    ],
    "name": "algorithms",
    "optionalDependencies": {},
    "pre-commit": [
        "lint",
        "test"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/felipernb/algorithms.js.git"
    },
    "scripts": {
        "lint": "eslint src/",
        "test": "mocha -R spec --recursive src/test"
    },
    "version": "0.10.0",
    "bin": {}
}

misc

  • this document was created with utility2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •