summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere@eff.org/package.json
blob: 8c378d77b776cecb0a7ae510f09a9567bd8beba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "https-everywhere",
  "version": "1.0.0",
  "description": "",
  "main": "utils.js",
  "dependencies": {},
  "devDependencies": {
    "atob": "^2.0.3",
    "btoa": "^1.1.2",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "fetch-mock": "^6.3.0",
    "mocha": "^4.1.0",
    "nan": "^2.10.0",
    "node-webcrypto-ossl": "^1.0.36",
    "nyc": "^11.6.0",
    "sinon": "^4.4.8",
    "sinon-chrome": "^2.3.1",
    "text-encoding": "^0.6.4"
  },
  "scripts": {
    "test": "mocha",
    "cover": "nyc --reporter=html --reporter=text mocha",
    "report": "nyc report --reporter=text-lcov | coveralls"
  },
  "keywords": [],
  "author": "",
  "license": "GPL-2.0+"
}