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
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.2.1",
|
|
"compression": "1.7.2",
|
|
"express": "4.14.1",
|
|
"express-minify": "1.0.0",
|
|
"express-minify-html": "0.12.0",
|
|
"moment": "2.22.2",
|
|
"nunjucks": "3.1.2",
|
|
"onionoo": "2.0.2",
|
|
"pretty-bytes": "5.1.0",
|
|
"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
|
|
}
|
|
|