statefulobject
Version:
A simple object that has states and can switch between them (fully async)
34 lines (33 loc) • 881 B
JSON
{
"name": "statefulobject",
"version": "0.0.4",
"description": "A simple object that has states and can switch between them (fully async)",
"main": "index.js",
"scripts": {
"test": "nyc ./node_modules/.bin/mocha --reporter spec",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daerdemandt/statefulObject.git"
},
"keywords": [
"state",
"machine",
"fsm",
"stateful"
],
"author": "Roman Kuzmichev <daerdemandt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Daerdemandt/statefulObject/issues"
},
"homepage": "https://github.com/Daerdemandt/statefulObject#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
"nyc": "^11.3.0"
}
}