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
|
{
"name": "free-haaretz",
"version": "0.9.5",
"description": "A nefarious extension that easily bypasses the Haaretz paywall",
"main": "free_haaretz.js",
"devDependencies": {
"chai": "^4.0.2",
"chrome-launcher": "^0.3.1",
"chrome-remote-interface": "^0.24.1",
"mocha": "^3.4.2"
},
"scripts": {
"test": "LIGHTHOUSE_CHROMIUM_PATH=/usr/bin/chromium mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuvadm/free-haaretz.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuvadm/free-haaretz/issues"
},
"homepage": "https://github.com/yuvadm/free-haaretz#readme"
}
|