forked from annv/MinigameTest
minigame
This commit is contained in:
27
node_modules/@testim/chrome-version/package.json
generated
vendored
Normal file
27
node_modules/@testim/chrome-version/package.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user