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.
38 lines
897 B
38 lines
897 B
{
|
|
"name": "onionoo",
|
|
"version": "1.0.19",
|
|
"description": "Node.js client library for the Tor Onionoo API",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "nyc ava",
|
|
"lint": "xo",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls"
|
|
},
|
|
"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": "8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.24.0",
|
|
"coveralls": "^3.0.0",
|
|
"nock": "^9.0.2",
|
|
"nyc": "^11.0.0",
|
|
"xo": "^0.19.0"
|
|
}
|
|
}
|
|
|