fantasy-states
Version:
State control structure.
35 lines (34 loc) • 695 B
JSON
{
"name": "fantasy-states",
"version": "0.2.1",
"description": "State control structure.",
"main": "state.js",
"scripts": {
"test": "node_modules/.bin/grumble test",
"build": "node_modules/.bin/grumble"
},
"repository": {
"type": "git",
"url": "git://github.com/puffnfresh/fantasy-states.git"
},
"keywords": [
"fantasyland",
"state",
"monad"
],
"author": "Brian McKenna",
"license": "MIT",
"bugs": {
"url": "https://github.com/puffnfresh/fantasy-states/issues"
},
"grumble": {
"export": "State"
},
"dependencies": {
"daggy": "0.0.1",
"fantasy-tuples": "0.0.1"
},
"devDependencies": {
"grumble": "0.0.1"
}
}