2017-01-24 08:00:22 +00:00
|
|
|
{
|
|
|
|
"name": "test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2018-03-20 16:20:29 +00:00
|
|
|
"chromedriver": "^2.36.0",
|
2017-01-24 08:00:22 +00:00
|
|
|
"ejs": "^2.4.2",
|
|
|
|
"expect.js": "^0.3.1",
|
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"mocha": "^2.5.3",
|
|
|
|
"rimraf": "^2.5.3",
|
|
|
|
"selenium-server-standalone-jar": "^2.53.1",
|
|
|
|
"selenium-webdriver": "^2.53.3",
|
2018-03-20 16:20:29 +00:00
|
|
|
"superagent": "^1.4.0"
|
2017-01-24 08:00:22 +00:00
|
|
|
}
|
|
|
|
}
|