UNPKG

data-structures

Version:

JavaScript data structures written in CoffeeScript.

47 lines (46 loc) 984 B
{ "name": "data-structures", "version": "1.3.5", "author": "chenglou <chenglou92@gmail.com>", "description": "JavaScript data structures written in CoffeeScript.", "main": "./distribution/browser/data-structures-1.3.4.js", "ignore": [ "**/.*", "node_modules", "components", "tests", "source", "Gruntfile.coffee", "distribution/*.js", "distribution/browser/*.min.js" ], "keywords": [ "data structure", "linked list", "list", "bst", "binary search tree", "red black tree", "tree", "graph", "edge", "queue", "map", "hash", "heap", "trie" ], "dependencies": { }, "devDependencies": { "coffee-script": ">=1.6.0", "jasmine-node": ">=1.4.0", "grunt": "~0.4.1", "grunt-contrib-clean": "~0.4.1", "grunt-contrib-coffee": "~0.7.0", "grunt-browserify2": "~0.1.7", "grunt-contrib-uglify": "~0.2.0", "grunt-coffeelint": "0.0.6" }, "license": "MIT" }