You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.0 KiB

8 years ago
{
"name": "tor-explorer",
"version": "0.0.0",
"description": "Explore the Tor network without JS",
"main": "index.js",
"dependencies": {
"ascii-chart": "^1.3.1",
"clean-css": "^3.4.19",
"compression": "^1.6.2",
"express": "^4.14.0",
8 years ago
"express-minify": "^0.2.0",
"express-minify-html": "^0.6.0",
"moment": "^2.14.1",
"nunjucks": "^2.5.0",
"onionoo": "^0.5.0",
"pretty-bytes": "^4.0.2"
},
8 years ago
"devDependencies": {
"nodemon": "^1.10.2"
},
8 years ago
"scripts": {
"start": "node index.js",
8 years ago
"dev": "nodemon -e js,json,html",
8 years ago
"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 <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/tor-explorer/issues"
},
"homepage": "https://github.com/lukechilds/tor-explorer#readme"
}