{ "name": "onionoo", "version": "1.0.11", "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": { "cache-manager": "2.4.0", "deep-assign": "2.0.0", "expired": "1.3.3", "got": "6.7.1" }, "devDependencies": { "ava": "^0.18.1", "coveralls": "^2.11.15", "date-fns": "^1.21.1", "delay": "^1.3.1", "nock": "^9.0.2", "nyc": "^10.0.0", "xo": "^0.17.1" } }