{ "name": "onionoo", "version": "2.0.2", "description": "Node.js client library for the Tor Onionoo API", "main": "src/index.js", "scripts": { "test": "xo && nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "xo": { "extends": "xo-lukechilds" }, "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.3" }, "devDependencies": { "ava": "^0.25.0", "coveralls": "^3.0.0", "eslint-config-xo-lukechilds": "^1.0.1", "nock": "^11.3.2", "nyc": "^11.0.0", "xo": "^0.19.0" } }