Skip to content

Commit 5b5789b

Browse files
committed
Add package.json for unit tests.
1 parent 1b1bb12 commit 5b5789b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

chromium/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "https-everywhere",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "utils.js",
6+
"dependencies": {},
7+
"devDependencies": {
8+
"chai": "^4.1.2",
9+
"coveralls": "^3.0.0",
10+
"mocha": "^4.0.0",
11+
"nyc": "^11.2.1"
12+
},
13+
"scripts": {
14+
"test": "mocha",
15+
"cover": "nyc --reporter=html --reporter=text mocha",
16+
"report": "nyc report --reporter=text-lcov | coveralls"
17+
},
18+
"keywords": [],
19+
"author": "",
20+
"license": "GPL-2.0+"
21+
}

0 commit comments

Comments
 (0)