nextcloud/build/package.json
Vincent Petry 9d71542ee4 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.
2015-07-10 11:21:47 +02:00

24 lines
543 B
JSON

{
"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"
}