Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/javascript/atoms/package.json
4506 views
1
{
2
"name": "selenium-atoms",
3
"version": "1.0.0",
4
"private": true,
5
"description": "Build tools for Selenium Browser Automation Atoms",
6
"license": "Apache-2.0",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/SeleniumHQ/selenium.git"
10
},
11
"devDependencies": {
12
"google-closure-deps": "^20230802.0.0"
13
}
14
}
15
16