cl-fsm
Version:
Regular Expression && FSM
36 lines (35 loc) • 781 B
JSON
{
"name": "cl-fsm",
"version": "0.0.4",
"description": "Regular Expression && FSM",
"main": "index.js",
"scripts": {
"bench": "node benchmark/index.js",
"test": "mocha test/function/**/*.js",
"cover": "istanbul cover _mocha test/function/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LoveKino/cl-fsm.git"
},
"keywords": [
"Simple",
"FSM",
"DSL",
"DFA",
"NFA"
],
"author": "ddchen",
"license": "MIT",
"bugs": {
"url": "https://github.com/LoveKino/cl-fsm/issues"
},
"homepage": "https://github.com/LoveKino/cl-fsm#readme",
"devDependencies": {
"benchmark": "^2.1.4",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"readme-builder": "0.0.12"
},
"dependencies": {}
}