You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
607 B
27 lines
607 B
{ |
|
"name": "@testim/chrome-version", |
|
"version": "1.1.4", |
|
"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" |
|
} |
|
}
|
|
|