Browse Source

Add package.json

pm2
Luke Childs 8 years ago
commit
ca44bdee0f
  1. 27
      package.json

27
package.json

@ -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…
Cancel
Save