state-transition-system
Version:
An infinite state machine.
37 lines (36 loc) • 811 B
JSON
{
"name": "state-transition-system",
"version": "2.0.0",
"description": "An infinite state machine.",
"main": "index.js",
"scripts": {
"test": "zuul -- tests/index.js",
"test-local": "tape tests/index.js",
"test-local-nice": "tape tests/index.js | faucet"
},
"repository": {
"type": "git",
"url": "git@github.com:Bockit/state-transition-system.git"
},
"keywords": [
"state",
"machine",
"transition",
"system"
],
"author": "James Hiscock",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bockit/state-transition-system/issues"
},
"dependencies": {
"extend": "^2.0.0"
},
"devDependencies": {
"browserify": "^6.3.3",
"faucet": "0.0.1",
"tape": "^3.0.3",
"zuul": "^1.15.1",
"zuulnice": "^1.0.0"
}
}