UNPKG

udawg

Version:

A micro directed acyclic word graph (DAWG) implementation

31 lines (30 loc) 635 B
{ "name": "udawg", "version": "0.0.1", "description": "A micro directed acyclic word graph (DAWG) implementation", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/imiric/udawg" }, "keywords": [ "micro", "dawg", "ma-fsa", "data", "structure" ], "author": "Ivan Mirić <imiric@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/imiric/udawg/issues" }, "homepage": "https://github.com/imiric/udawg", "devDependencies": { "chai": "^1.9.2", "mocha": "^2.0.1", "lodash": "^2.4.1" } }