summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-07-10 17:17:48 +0300
committerYuval Adam <_@yuv.al>2018-05-15 15:46:32 +0300
commitc97114a4f89d87b0f3295a6790f36241d820314c (patch)
treee6e5f2dbc9e6765da9e988ac20e59eed1958f7b4 /package.json
parentf22ca3ee0e899f055e817aaed0a140e4482cda60 (diff)
Almost there with mocha, chai and chrome launcher
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 3 insertions, 8 deletions
diff --git a/package.json b/package.json
index 15e6b64..e742eba 100644
--- a/package.json
+++ b/package.json
@@ -3,19 +3,14 @@
"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",
+ "chrome-launcher": "^0.3.1",
+ "chrome-remote-interface": "^0.24.1",
"mocha": "^3.4.2"
},
"scripts": {
- "test": "karma start --single-run --browsers ChromeHeadless karma.conf.js"
+ "test": "LIGHTHOUSE_CHROMIUM_PATH=/usr/bin/chromium mocha"
},
"repository": {
"type": "git",