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.
32 lines
791 B
32 lines
791 B
{
|
|
"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"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"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"
|
|
}
|
|
|