| OLD | NEW | 
|   1 { |   1 { | 
|   2   "name": "adblockpluscore", |   2   "name": "adblockpluscore", | 
|   3   "repository": "https://hg.adblockplus.org/adblockpluscore", |   3   "repository": "https://hg.adblockplus.org/adblockpluscore", | 
|   4   "license": "GPL-3.0", |   4   "license": "GPL-3.0", | 
|   5   "dependencies": {}, |   5   "dependencies": {}, | 
|   6   "devDependencies": { |   6   "devDependencies": { | 
|   7     "chrome-remote-interface": "^0.20.0", |   7     "chrome-remote-interface": "^0.20.0", | 
 |   8     "chromedriver": "2.36.0", | 
|   8     "eslint": "^3.19.0", |   9     "eslint": "^3.19.0", | 
|   9     "eslint-config-eyeo": "1.0.4", |  10     "eslint-config-eyeo": "1.0.4", | 
|  10     "extract-zip": "1.6.5", |  11     "extract-zip": "1.6.5", | 
 |  12     "geckodriver": "^1.9.0", | 
|  11     "memory-fs": "0.4.1", |  13     "memory-fs": "0.4.1", | 
|  12     "nodeunit": "0.9.1", |  14     "nodeunit": "0.9.1", | 
|  13     "sandboxed-module": "2.0.3", |  15     "sandboxed-module": "2.0.3", | 
|  14     "script-loader": "0.7.0", |  16     "script-loader": "0.7.0", | 
 |  17     "selenium-webdriver": "^3.6.0", | 
|  15     "webpack": "3.5.4" |  18     "webpack": "3.5.4" | 
|  16   }, |  19   }, | 
|  17   "scripts": { |  20   "scripts": { | 
|  18     "eslint": "eslint *.js lib test chrome", |  21     "eslint": "eslint *.js lib test chrome", | 
|  19     "test": "node test_runner.js", |  22     "test": "node test_runner.js", | 
|  20     "posttest": "npm run eslint" |  23     "posttest": "npm run eslint" | 
|  21   } |  24   } | 
|  22 } |  25 } | 
| OLD | NEW |