blob: ba50bed95a3bac377fe64a2bed49d8ba3215ea7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "https-everywhere",
"version": "1.0.0",
"description": "",
"main": "utils.js",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^4.0.0",
"nyc": "^11.2.1"
},
"scripts": {
"test": "mocha",
"cover": "nyc --reporter=html --reporter=text mocha",
"report": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [],
"author": "",
"license": "GPL-2.0+"
}
|