{
    "name": "flow-jams",
    "description": "Learn Facebook's Flow type-system library by adventuring around in the terminal.",
    "version": "0.1.1",
    "repository": {
        "url": "https://github.com/thatadamedwards/go-with-the-flow"
    },
    "authors": [
        "Adam Edwards",
        "Dean Larbi"
    ],
    "bin": {
        "flow-jams": "./bin/flow-jams"
    },
    "main": "./index.js",
    "preferGlobal": true,
    "dependencies": {
        "colors": "^1.0.3",
        "promise": "^7.1.1",
        "diff": "^1.2.1",
        "workshopper-adventure": "^6.0.3"
    },
    "license": "MIT"
}
