Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-07 18:18:26 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-11-08 14:13:32 +0300
commita8329947b466a626882a8573de4284685abf7648 (patch)
treed70a8bbc65b11cde5d252f8e01b903ced963d88b /build/package.json
parent8d4745154aba71ca6fb61053719aac9dda2e4f7e (diff)
Bump jstests deps
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/build/package.json b/build/package.json
index df26ba97785..6058d6785e0 100644
--- a/build/package.json
+++ b/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"
}