You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 823B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "nextcloud-js-tests",
  3. "description": "Nextcloud tests",
  4. "version": "0.0.2",
  5. "author": {
  6. "name": "Vincent Petry",
  7. "email": "vincent@nextcloud.com"
  8. },
  9. "private": true,
  10. "homepage": "https://github.com/nextcloud/",
  11. "contributors": [],
  12. "devDependencies": {
  13. "handlebars": "^4.7.7",
  14. "jasmine-core": "~2.5.2",
  15. "jasmine-sinon": "^0.4.0",
  16. "jsdoc": "^3.6.7",
  17. "karma": "^6.3.11",
  18. "karma-chrome-launcher": "^3.1.0",
  19. "karma-coverage": "2.1.0",
  20. "karma-jasmine": "^1.1.2",
  21. "karma-jasmine-sinon": "^1.0.4",
  22. "karma-spec-reporter": "^0.0.33",
  23. "karma-viewport": "^1.0.8",
  24. "node-sass": "~7.0.1",
  25. "puppeteer": "^13.1.0",
  26. "sinon": "<= 5.0.7"
  27. },
  28. "overrides": {
  29. "colors": "1.4.0"
  30. },
  31. "engines": {
  32. "node": "^14.0.0",
  33. "npm": "^7.0.0"
  34. }
  35. }