Tyriar/js-data-structures

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "js-data-structures",
  "version": "1.0.5",
  "homepage": "https://github.com/gwtw/js-data-structures",
  "authors": [
    "Daniel Imms (http://www.growingwiththeweb.com)"
  ],
  "description": "A collection of data structures",
  "moduleType": [
    "node"
  ],
  "keywords": [
    "algorithm",
    "computer science",
    "data structure",
    "heap",
    "tree"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}