Luke Childs
8 years ago
commit
ca44bdee0f
1 changed files with 27 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||
{ |
|||
"name": "tor-explorer", |
|||
"version": "0.0.0", |
|||
"description": "Explore the Tor network without JS", |
|||
"main": "index.js", |
|||
"dependencies": {}, |
|||
"devDependencies": {}, |
|||
"scripts": { |
|||
"test": "echo \"Error: no test specified\" && exit 1" |
|||
}, |
|||
"repository": { |
|||
"type": "git", |
|||
"url": "git+https://github.com/lukechilds/tor-explorer.git" |
|||
}, |
|||
"keywords": [ |
|||
"explore", |
|||
"tor", |
|||
"network", |
|||
"explorer" |
|||
], |
|||
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)", |
|||
"license": "MIT", |
|||
"bugs": { |
|||
"url": "https://github.com/lukechilds/tor-explorer/issues" |
|||
}, |
|||
"homepage": "https://github.com/lukechilds/tor-explorer#readme" |
|||
} |
Loading…
Reference in new issue