tor-browser

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

package.json (389B)


      1 {
      2  "description": "Rebuild assets for sourcemaps3 test",
      3  "main": "sorted.js",
      4  "scripts": {
      5    "test": "echo \"Error: no test specified\" && exit 1"
      6  },
      7  "keywords": [],
      8  "author": "",
      9  "license": "MPL-2.0",
     10  "dependencies": {},
     11  "devDependencies": {
     12    "babel-core": "^6.26.0",
     13    "babel-loader": "^7.1.2",
     14    "babel-preset-es2015": "^6.24.1",
     15    "webpack": "^3.7.1"
     16  }
     17 }