{
    "name": "@iota/http-client",
    "version": "1.0.0-beta.30",
    "description": "Send commands to IRI over HTTP.",
    "main": "./out/http-client/src/index.js",
    "typings": "typings/http-client/src",
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "prepare": "tsc",
        "test": "tsc && nyc ava",
        "test-ci": "nyc ava",
        "lint": "tslint --project .",
        "docs": "tsc && jsdoc2md --no-cache --plugin dmd-clear -t README_tpl.hbs --files './out/**/*.js' > README.md"
    },
    "contributors": [
        "Dominik Schiener <dom@iota.org> (https://iota.org)",
        "Edward Greve <edward@iota.org> (https://github.com/anyong)",
        "Chris Dukakis <chris.dukakis@iota.org> (https://github.com/chrisdukakis)"
    ],
    "ava": {
        "files": "out/http-client/test/*.test.js",
        "failFast": true,
        "failWithoutAssertions": false,
        "compileEnhancements": false,
        "verbose": true
    },
    "nyc": {
        "watermarks": {
            "functions": [
                80,
                95
            ],
            "branches": [
                80,
                95
            ],
            "statements": [
                80,
                95
            ]
        },
        "include": [
            "out/*/src/*.js",
            "out/*/test/*.js"
        ]
    },
    "keywords": [
        "iota",
        "tangle",
        "library",
        "browser",
        "javascript",
        "nodejs",
        "API"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/iotaledger/iota.js/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/iotaledger/iota.js.git"
    },
    "dependencies": {
        "bluebird": "^3.7.2",
        "cross-fetch": "^3.0.0",
        "url-parse": "^1.4.7"
    },
    "devDependencies": {
        "@types/nock": "^10.0.0",
        "@types/url-parse": "^1.4.3",
        "ava": "^0.25.0",
        "nock": "^10.0.4"
    },
    "gitHead": "9f37d7e9b4981a9b971f331ccd268646bdbce9a1"
}
