{
    "name": "f-streams",
    "description": "node.js streams with promises and coroutines",
    "version": "3.2.0",
    "license": "MIT",
    "author": {
        "name": "Bruno Jouhier",
        "email": "bruno.jouhier@sage.com"
    },
    "main": "build/index.js",
    "typings": "build/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git://github.com/Sage/f-streams.git"
    },
    "engines": {
        "node": ">=8.0.0"
    },
    "dependencies": {
        "f-promise": "^2.0.3"
    },
    "devDependencies": {
        "@types/chai": "^3.4.34",
        "@types/mocha": "^2.2.43",
        "@types/node": "^8.10.32",
        "chai": "^3.5.0",
        "f-mocha": "^2.0.0",
        "list-open-files": "^1.1.0",
        "mocha": "^6.1.4",
        "tslint": "^5.18.0",
        "typescript": "^3.5.2"
    },
    "scripts": {
        "prepare": "rm -rf build; tsc",
        "test": "mocha build/test/unit --exit --timeout 5000",
        "lint": "tslint -e 'node_modules/**' -p ."
    },
    "readmeFilename": "README.md",
    "bugs": {
        "url": "https://github.com/Sage/f-streams/issues"
    },
    "homepage": "https://github.com/Sage/f-streams#readme"
}
