BestNotes/package.json

30 lines
720 B
JSON
Raw Normal View History

2019-11-19 17:19:25 +01:00
{
"name": "BestNotes",
"version": "1.0.0",
"description": "Testowe Readme do projektu BestNotes",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.wmi.amu.edu.pl/s452101/BestNotes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wdio/allure-reporter": "^5.16.0",
"@wdio/cli": "^5.16.7",
"@wdio/local-runner": "^5.16.7",
"@wdio/mocha-framework": "^5.16.5",
"@wdio/spec-reporter": "^5.16.5",
"@wdio/sync": "^5.16.5",
"chromedriver": "^78.0.1",
"wdio-chromedriver-service": "^5.0.2"
}
}