c27d2ace47
Bumps [karma](https://github.com/karma-runner/karma) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v3.1.3...v3.1.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
31 lines
791 B
JSON
31 lines
791 B
JSON
{
|
|
"name": "nextcloud-js-tests",
|
|
"description": "Nextcloud tests",
|
|
"version": "0.0.2",
|
|
"author": {
|
|
"name": "Vincent Petry",
|
|
"email": "pvince81@owncloud.com"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://github.com/nextcloud/",
|
|
"contributors": [],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"bower": "~1.8.0",
|
|
"handlebars": "^4.0.5",
|
|
"jasmine-core": "~2.5.2",
|
|
"jasmine-sinon": "^0.4.0",
|
|
"jsdoc": "^3.5.5",
|
|
"karma": "^3.1.4",
|
|
"karma-coverage": "*",
|
|
"karma-jasmine": "^1.1.2",
|
|
"karma-jasmine-sinon": "^1.0.4",
|
|
"karma-junit-reporter": "^1.2.0",
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
"karma-viewport": "^1.0.2",
|
|
"node-sass": "~4.11.0",
|
|
"phantomjs-prebuilt": "*",
|
|
"sinon": "<= 5.0.7"
|
|
},
|
|
"engine": "node >= 6.9"
|
|
}
|