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.
41 lines
976 B
41 lines
976 B
{
|
|
"name": "onionoo",
|
|
"version": "2.0.2",
|
|
"description": "Node.js client library for the Tor Onionoo API",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "xo && nyc ava",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls"
|
|
},
|
|
"xo": {
|
|
"extends": "xo-lukechilds"
|
|
},
|
|
"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.3"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"coveralls": "^3.0.0",
|
|
"eslint-config-xo-lukechilds": "^1.0.1",
|
|
"nock": "^11.3.2",
|
|
"nyc": "^11.0.0",
|
|
"xo": "^0.19.0"
|
|
}
|
|
}
|
|
|