{ "name": "onionoo", "version": "1.0.19", "description": "Node.js client library for the Tor Onionoo API", "main": "src/index.js", "scripts": { "test": "nyc ava", "lint": "xo", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/onionoo-node-client.git" }, "keywords": [ "onionoo", "tor", "api", "client", "node" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/onionoo-node-client/issues" }, "homepage": "https://github.com/lukechilds/onionoo-node-client", "dependencies": { "got": "8.0.0" }, "devDependencies": { "ava": "^0.24.0", "coveralls": "^3.0.0", "nock": "^9.0.2", "nyc": "^11.0.0", "xo": "^0.19.0" } }