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.

52 lines
1.2 KiB

8 years ago
{
"name": "onionite",
8 years ago
"version": "1.0.0",
"description": "Explore the Tor network",
8 years ago
"main": "index.js",
8 years ago
"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.11.5",
"moment": "2.19.3",
"nunjucks": "3.0.1",
"onionoo": "2.0.1",
"pretty-bytes": "4.0.2"
},
8 years ago
"devDependencies": {
8 years ago
"nodemon": "^1.10.2",
"xo": "^0.17.1"
8 years ago
},
8 years ago
"scripts": {
"start": "node index.js",
8 years ago
"dev": "nodemon -e js,json,html",
8 years ago
"lint": "xo",
8 years ago
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/onionite.git"
8 years ago
},
"keywords": [
"explore",
"tor",
"network",
"explorer",
"onionite",
"onionoo"
8 years ago
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/onionite/issues"
8 years ago
},
"homepage": "https://github.com/lukechilds/onionite#readme",
"private": true
8 years ago
}