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

package.json « build - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f577c217f748e16b361a077412d2c82876dd845b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "2.0.1",
    "karma-jasmine": "^1.1.2",
    "karma-jasmine-sinon": "^1.0.4",
    "karma-spec-reporter": "^0.0.32",
    "karma-viewport": "^1.0.8",
    "node-sass": "~7.0.1",
    "puppeteer": "^13.0.1",
    "sinon": "<= 5.0.7"
  },
  "overrides": {
    "colors": "1.4.0"
  },
  "engines": {
    "node": "^14.0.0",
    "npm": "^7.0.0"
  }
}