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
1009 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": "snazzy",
"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",
"date-fns": "^1.21.1",
"deep-assign": "^2.0.0",
"got": "^6.3.0"
},
"devDependencies": {
"ava": "^0.17.0",
"coveralls": "^2.11.15",
"date-fns": "^1.21.1",
"nock": "^9.0.2",
"nyc": "^10.0.0",
"snazzy": "^5.0.0"
}
8 years ago
}