Browse Source
Bump jstests deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/2038/head
Roeland Jago Douma
9 years ago
committed by
Morris Jobke
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with
7 additions and
7 deletions
-
build/package.json
|
|
|
@ -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" |
|
|
|
} |