UNPKG

simple-dfa

Version:

Allow construction, validation, and manual step-through of a simple DFA.

34 lines (33 loc) 898 B
{ "name": "simple-dfa", "version": "1.1.22", "description": "Allow construction, validation, and manual step-through of a simple DFA.", "main": "simple-dfa.min.js", "scripts": { "test": "mocha \"./test/**/!(common).js\"", "transpile": "./node_modules/.bin/babel --presets=es2015 simple-dfa.js -o simple-dfa.min.js" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/caseyvangroll/simple-dfa.git" }, "keywords": [ "dfa", "automata" ], "author": "", "license": "ISC", "bugs": { "url": "https://gitlab.com/caseyvangroll/simple-dfa/issues" }, "homepage": "https://gitlab.com/caseyvangroll/simple-dfa#README", "dependencies": { "clone": "^2.1.1", "uuid": "^3.1.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "mocha": "^4.0.1" } }