{
    "name": "fsmjs",
    "description": "State machines are back",
    "main": "./main",
    "author": "Elad Ben-Israel <elad.benisrael@gmail.com>",
    "version": "0.2.1",
    "contributors": [ ],
    "keywords": [
        "fsm",
        "state",
        "async",
        "state machine"
    ],
    "dependencies": {
    },
    "license": "MIT",
    "engines": {
        "node": ">=0.6.6"
    },
    "devDependencies": {
        "nodeunit": "0.6.x",
        "logule": "0.5.x"
    },
    "repository": {
        "type": "git",
        "url": "http://github.com/eladb/node-fsmjs"
    },
    "scripts": {
        "test": "nodeunit test/*.test.js"
    }
}
