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:
authorVincent Petry <pvince81@owncloud.com>2015-07-10 12:14:35 +0300
committerVincent Petry <pvince81@owncloud.com>2015-07-10 12:21:47 +0300
commit9d71542ee4216bcc63c1851a3ace18caec787e30 (patch)
tree9bd8b4c4da64350febdfb8cbc4e223d39f3e2134 /build/package.json
parent176dabd9766a2b298ad3adf9e4e5338aecccc201 (diff)
Update JS unit test libs
Update sinon to 1.15.4. Update karma-jasmine to 0.3.0 Update jasmine to 2.3.4 This brings a bunch of new useful functions for unit testing.
Diffstat (limited to 'build/package.json')
-rw-r--r--build/package.json41
1 files changed, 21 insertions, 20 deletions
diff --git a/build/package.json b/build/package.json
index 82dfa985907..f5a637171ed 100644
--- a/build/package.json
+++ b/build/package.json
@@ -1,22 +1,23 @@
{
- "name": "owncloud-js-tests",
- "description": "ownCloud tests",
- "version": "0.0.1",
- "author": {
- "name": "Vincent Petry",
- "email": "pvince81@owncloud.com"
- },
- "private": true,
- "homepage": "https://github.com/owncloud/",
- "contributors": [],
- "dependencies": {},
- "devDependencies": {
- "karma": "~0.12.0",
- "karma-jasmine": "~0.2.0",
- "karma-junit-reporter": "*",
- "karma-coverage": "*",
- "karma-phantomjs-launcher": "*",
- "phantomjs": "*"
- },
- "engine": "node >= 0.8"
+ "name": "owncloud-js-tests",
+ "description": "ownCloud tests",
+ "version": "0.0.1",
+ "author": {
+ "name": "Vincent Petry",
+ "email": "pvince81@owncloud.com"
+ },
+ "private": true,
+ "homepage": "https://github.com/owncloud/",
+ "contributors": [],
+ "dependencies": {},
+ "devDependencies": {
+ "karma": "~0.12.0",
+ "karma-jasmine": "~0.3.0",
+ "karma-junit-reporter": "*",
+ "karma-coverage": "*",
+ "karma-phantomjs-launcher": "*",
+ "phantomjs": "*",
+ "jasmine-core": "~2.3.4"
+ },
+ "engine": "node >= 0.8"
}