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.
48 lines
1.1 KiB
48 lines
1.1 KiB
{
|
|
"name": "onionite",
|
|
"version": "0.1.0",
|
|
"description": "Explore the Tor network without JS",
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=6.3"
|
|
},
|
|
"dependencies": {
|
|
"ascii-chart": "^1.3.1",
|
|
"clean-css": "^3.4.19",
|
|
"compression": "^1.6.2",
|
|
"express": "^4.14.0",
|
|
"express-minify": "^0.2.0",
|
|
"express-minify-html": "^0.6.0",
|
|
"moment": "^2.14.1",
|
|
"nunjucks": "^2.5.0",
|
|
"onionoo": "^1.0.0",
|
|
"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/onionite.git"
|
|
},
|
|
"keywords": [
|
|
"explore",
|
|
"tor",
|
|
"network",
|
|
"explorer",
|
|
"onionite",
|
|
"onionoo"
|
|
],
|
|
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lukechilds/onionite/issues"
|
|
},
|
|
"homepage": "https://github.com/lukechilds/onionite#readme",
|
|
"private": true
|
|
}
|
|
|