UNPKG

dagcoin-fsm

Version:

An implementation of a generic Finite State Machine with Promises

28 lines (27 loc) 610 B
{ "name": "dagcoin-fsm", "description": "An implementation of a generic Finite State Machine with Promises", "author": "dagcoin", "version": "0.1.0", "keywords": [ "dagcoin", "finite state machine", "state machine" ], "license": "MIT", "repository": { "url": "git://github.com/dagcoin/dagcoin-fsm.git", "type": "git" }, "dependencies": { "byteballcore": "^0.2.78" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1" }, "scripts": { "build": "babel src -d lib", "build-and-publish": "npm run build; npm publish" } }