node-state-machine
Version:
State machine for NodeJS.
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "node-state-machine",
"version": "0.1.4",
"description": "State machine for NodeJS.",
"main": "dist/model/Machine.js",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jense5/node-state-machine.git"
},
"keywords": [
"node",
"finite",
"state",
"machine",
"node",
"js",
"javascript"
],
"author": "jense5",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jense5/node-state-machine/issues"
},
"homepage": "https://github.com/Jense5/node-state-machine#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"flow-bin": "^0.35.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"mocha": "^3.1.2"
}
}