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.
 
 
 

63 lines
1.4 KiB

{
"name": "onionite",
"version": "1.1.3",
"description": "Explore the Tor network",
"main": "index.js",
"engines": {
"node": ">=6.3"
},
"dependencies": {
"anonlytics-express": "0.2.0",
"ascii-chart": "1.3.3",
"clean-css": "4.1.9",
"compression": "1.7.1",
"express": "4.14.1",
"express-minify": "1.0.0",
"express-minify-html": "0.12.0",
"moment": "2.20.1",
"nunjucks": "3.0.1",
"onionoo": "2.0.1",
"pretty-bytes": "4.0.2",
"quick-lru": "^1.1.0"
},
"devDependencies": {
"eslint-config-xo-lukechilds": "^1.0.1",
"nodemon": "^1.10.2",
"xo": "^0.19.0"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon -e js,json,html",
"deploy": "now --public",
"alias": "now alias",
"test": "xo"
},
"xo": {
"extends": "xo-lukechilds",
"overrides": [
{
"files": "public/**",
"esnext": false
}
]
},
"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
}