tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

package.json (169B)


      1 {
      2  "private": true,
      3  "scripts": {
      4    "start": "node index.js"
      5  },
      6  "dependencies": {
      7    "taskcluster-client": "^12.2.0"
      8  },
      9  "engines": {
     10    "node": "10"
     11  }
     12 }