{ "name": "tor-explorer", "version": "0.0.0", "description": "Explore the Tor network without JS", "main": "index.js", "dependencies": { "express": "^4.14.0", "nunjucks": "^2.4.2", "onionoo": "^0.3.1", "pretty-bytes": "^4.0.2" }, "devDependencies": { "nodemon": "^1.10.2" }, "scripts": { "start": "node index.js", "dev": "nodemon -e js,json,html", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/tor-explorer.git" }, "keywords": [ "explore", "tor", "network", "explorer" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/tor-explorer/issues" }, "homepage": "https://github.com/lukechilds/tor-explorer#readme" }