{ "name": "onionoo", "version": "0.5.1", "description": "Node client for the Onionoo Tor API", "main": "src/index.js", "scripts": { "test": "nyc ava", "lint": "snazzy", "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.2.0", "date-fns": "^1.21.1", "deep-assign": "^2.0.0", "got": "^6.3.0" }, "devDependencies": { "ava": "^0.17.0", "coveralls": "^2.11.15", "nyc": "^10.0.0", "snazzy": "^5.0.0" } }