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.
30 lines
728 B
30 lines
728 B
{
|
|
"name": "onionoo",
|
|
"version": "0.5.1",
|
|
"description": "Node client for the Onionoo Tor API",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lukechilds/onionoo-node-client.git"
|
|
},
|
|
"keywords": [
|
|
"onionoo",
|
|
"tor",
|
|
"api",
|
|
"client",
|
|
"node"
|
|
],
|
|
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lukechilds/onionoo-node-client/issues"
|
|
},
|
|
"homepage": "https://github.com/lukechilds/onionoo-node-client",
|
|
"dependencies": {
|
|
"got": "^6.3.0",
|
|
"node-cache": "^3.2.1"
|
|
}
|
|
}
|
|
|