mirror of https://github.com/sipwise/ngcp-csc.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
683 B
26 lines
683 B
{
|
|
"name": "ngcp-csc",
|
|
"description": "Sipwise ngcp-csc tests",
|
|
"version": "1.0.2",
|
|
"author": "Markus Danek <mdanek@sipwise.com>",
|
|
"private": "true",
|
|
"scripts": {
|
|
"test": "karma start config/karma.conf.js && wdio config/wdio.conf.js"
|
|
},
|
|
"dependencies": {
|
|
"chai": "3.5.0",
|
|
"karma": "1.3.0",
|
|
"karma-chai": "0.1.0",
|
|
"karma-chai-plugins": "0.8.0",
|
|
"karma-chrome-launcher": "2.0.0",
|
|
"karma-junit-reporter": "1.1.0",
|
|
"karma-mocha": "1.3.0",
|
|
"karma-spec-reporter": "0.0.26",
|
|
"mocha": "3.1.2",
|
|
"wdio-junit-reporter": "0.1.0",
|
|
"wdio-mocha-framework": "0.2.6",
|
|
"wdio-spec-reporter": "0.0.3",
|
|
"webdriverio": "4.2.16"
|
|
}
|
|
}
|