syncthing-app/test/package.json

25 lines
514 B
JSON
Raw Normal View History

2017-05-05 11:19:38 +00:00
{
"name": "test",
"version": "1.0.0",
"description": "",
2018-04-08 07:11:57 +00:00
"main": "test.js",
2017-05-05 11:19:38 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
2018-04-08 07:11:57 +00:00
"devDependencies": {
"ejs": "^2.3.4",
2017-05-05 11:19:38 +00:00
"expect.js": "^0.3.1",
"mkdirp": "^0.5.1",
2018-04-08 07:11:57 +00:00
"mocha": "^2.3.4",
"rimraf": "^2.4.4",
"selenium-server-standalone-jar": "^2.53.0",
"selenium-webdriver": "^2.53.3",
"superagent": "^1.4.0"
},
"dependencies": {
"chromedriver": "^2.37.0"
2017-05-05 11:19:38 +00:00
}
}