28 lines
607 B
JSON
28 lines
607 B
JSON
|
|
{
|
||
|
|
"name": "@testim/chrome-version",
|
||
|
|
"version": "1.1.3",
|
||
|
|
"description": "Finds the version of Chrome that is installed on your machine",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"lint": "eslint *.js --fix",
|
||
|
|
"test": "mocha"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/testimio/chrome-version.git"
|
||
|
|
},
|
||
|
|
"author": "Testim",
|
||
|
|
"license": "MIT",
|
||
|
|
"homepage": "https://github.com/testimio/chrome-version",
|
||
|
|
"keywords": [
|
||
|
|
"chrome",
|
||
|
|
"version"
|
||
|
|
],
|
||
|
|
"devDependencies": {
|
||
|
|
"chai": "4.3.4",
|
||
|
|
"eslint": "8.7.0",
|
||
|
|
"mocha": "9.1.4",
|
||
|
|
"rewire": "6.0.0"
|
||
|
|
}
|
||
|
|
}
|