Bump jstests deps

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2016-11-07 16:18:26 +01:00 committed by Morris Jobke
parent 8d4745154a
commit a8329947b4
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 7 additions and 7 deletions

View File

@ -1,23 +1,23 @@
{
"name": "owncloud-js-tests",
"description": "ownCloud tests",
"version": "0.0.1",
"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/owncloud/",
"homepage": "https://github.com/nextcloud/",
"contributors": [],
"dependencies": {},
"devDependencies": {
"karma": "~0.12.0",
"karma-jasmine": "~0.3.0",
"karma": "~1.3.0",
"karma-jasmine": "~1.0.2",
"karma-junit-reporter": "*",
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
"phantomjs-prebuilt": "*",
"jasmine-core": "~2.3.4"
"jasmine-core": "~2.5.2"
},
"engine": "node >= 0.8"
}