tor-browser

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

package.json (270B)


      1 {
      2  "description": "Handle MDN compatibility data used by the Compatibility",
      3  "scripts": {
      4    "test": "echo \"Error: no test specified\" && exit 1",
      5    "update": "node bin/update"
      6  },
      7  "author": "",
      8  "devDependencies": {
      9    "@mdn/browser-compat-data": "^"
     10  }
     11 }