Browse Source

Add package.json

pull/6/head
Luke Childs 8 years ago
commit
e98e9d577a
  1. 26
      package.json

26
package.json

@ -0,0 +1,26 @@
{
"name": "onionoo",
"version": "0.0.0",
"description": "Node client for the Onionoo Tor API",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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#readme"
}
Loading…
Cancel
Save