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.
43 lines
1.0 KiB
43 lines
1.0 KiB
{
|
|
"name": "onionoo",
|
|
"version": "1.0.11",
|
|
"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": {
|
|
"cache-manager": "2.4.0",
|
|
"deep-assign": "2.0.0",
|
|
"expired": "1.3.3",
|
|
"got": "6.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.17.0",
|
|
"coveralls": "^2.11.15",
|
|
"date-fns": "^1.21.1",
|
|
"delay": "^1.3.1",
|
|
"nock": "^9.0.2",
|
|
"nyc": "^10.0.0",
|
|
"xo": "^0.17.1"
|
|
}
|
|
}
|
|
|