summaryrefslogtreecommitdiff
path: root/package.json
blob: 15e6b64340b59759a319f90f43f3398aec353aa3 (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
30
{
  "name": "free-haaretz",
  "version": "0.9.5",
  "description": "A nefarious extension that easily bypasses the Haaretz paywall",
  "main": "free_haaretz.js",
  "dependencies": {
    "chrome-remote-interface": "^0.24.1"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "karma": "^1.7.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^1.3.0",
    "mocha": "^3.4.2"
  },
  "scripts": {
    "test": "karma start --single-run --browsers ChromeHeadless karma.conf.js"
  },
  "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"
}