UNPKG

dawg-set

Version:

Javascript directed acyclic word graph (DAWG)

37 lines (36 loc) 856 B
{ "name": "dawg-set", "version": "0.0.0", "description": "Javascript directed acyclic word graph (DAWG)", "main": "dawg.js", "scripts": { "test": "mocha tests" }, "repository": { "type": "git", "url": "git+https://github.com/mattbierner/dawg-set.git" }, "keywords": [ "directed acyclic word graph", "dawg", "string storage", "trie", "data structure", "set" ], "author": "Matt Bierner (http://mattbierner.com/)", "license": "MIT", "bugs": { "url": "https://github.com/mattbierner/dawg-set/issues" }, "homepage": "https://github.com/mattbierner/dawg-set#readme", "devDependencies": { "babel-preset-es2015": "^6.6.0", "chai": "*", "gulp": "^3.9.0", "gulp-babel": "^6.1.0", "gulp-plumber": "^1.0.0", "gulp-sourcemaps": "^1.6.0", "mocha": "*" } }