diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-18 11:26:34 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-01-18 11:29:51 +0100 |
commit | bca3ef60a3abb23951d7cc08f3841ad22b8d6dd0 (patch) | |
tree | aa6e986630f5d7244bdb676be26ac664478fb214 /build/package.json | |
parent | c76eb85f0a14656d213f1fa20622dde9b0e1d00b (diff) | |
download | nextcloud-server-bca3ef60a3abb23951d7cc08f3841ad22b8d6dd0.tar.gz nextcloud-server-bca3ef60a3abb23951d7cc08f3841ad22b8d6dd0.zip |
Move jsunit dependencies to main package.json
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'build/package.json')
-rw-r--r-- | build/package.json | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/build/package.json b/build/package.json deleted file mode 100644 index 2685998b553..00000000000 --- a/build/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "nextcloud-js-tests", - "description": "Nextcloud tests", - "version": "0.0.2", - "author": { - "name": "Vincent Petry", - "email": "vincent@nextcloud.com" - }, - "private": true, - "homepage": "https://github.com/nextcloud/", - "contributors": [], - "devDependencies": { - "handlebars": "^4.7.7", - "jasmine-core": "~2.5.2", - "jasmine-sinon": "^0.4.0", - "jsdoc": "^3.6.7", - "karma": "^6.3.11", - "karma-chrome-launcher": "^3.1.0", - "karma-coverage": "2.1.0", - "karma-jasmine": "^1.1.2", - "karma-jasmine-sinon": "^1.0.4", - "karma-spec-reporter": "^0.0.33", - "karma-viewport": "^1.0.8", - "node-sass": "~7.0.1", - "puppeteer": "^13.1.0", - "sinon": "<= 5.0.7" - }, - "overrides": { - "colors": "1.4.0" - }, - "engines": { - "node": "^14.0.0", - "npm": "^7.0.0" - } -}
\ No newline at end of file |