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.

44 lines
1019 B

8 years ago
{
"name": "onionoo",
8 years ago
"version": "0.5.1",
8 years ago
"description": "Node client for the Onionoo Tor API",
"main": "src/index.js",
"scripts": {
"test": "nyc ava",
"lint": "xo",
"coverage": "nyc report --reporter=text-lcov | coveralls"
8 years ago
},
"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.2.0",
"deep-assign": "2.0.0",
"expired": "1.0.0",
"got": "6.3.0"
},
"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"
}
8 years ago
}