mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
56b46fd861
* remove selenium from package.json * Add package.json & README for the integration directory * add newline at end of file * add chromedriver dependency
6 lines
109 B
JSON
6 lines
109 B
JSON
{
|
|
"testDependencies": {
|
|
"selenium-webdriver": "2.44.0",
|
|
"chromedriver": "2.27.0"
|
|
}
|
|
}
|