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: e7984c37df02f63758f603bab1c5059e703e7c84 (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
{
  "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/nextcloud/",
  "contributors": [],
  "dependencies": {},
  "devDependencies": {
    "bower": "~1.8.8",
    "handlebars": "^4.0.5",
    "jasmine-core": "~2.5.2",
    "jasmine-sinon": "^0.4.0",
    "jsdoc": "^3.5.5",
    "karma": "^3.1.1",
    "karma-coverage": "*",
    "karma-jasmine": "^1.1.2",
    "karma-jasmine-sinon": "^1.0.4",
    "karma-junit-reporter": "^1.2.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-viewport": "^1.0.2",
    "node-sass": "~4.10.0",
    "phantomjs-prebuilt": "*",
    "sinon": "<= 5.0.7"
  },
  "engine": "node >= 6.9"
}