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 742B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "nextcloud-js-tests",
  3. "description": "Nextcloud tests",
  4. "version": "0.0.2",
  5. "author": {
  6. "name": "Vincent Petry",
  7. "email": "pvince81@owncloud.com"
  8. },
  9. "private": true,
  10. "homepage": "https://github.com/nextcloud/",
  11. "contributors": [],
  12. "devDependencies": {
  13. "handlebars": "^4.7.6",
  14. "jasmine-core": "~2.5.2",
  15. "jasmine-sinon": "^0.4.0",
  16. "jsdoc": "^3.6.6",
  17. "karma": "^5.2.3",
  18. "karma-chrome-launcher": "^3.1.0",
  19. "karma-coverage": "2.0.1",
  20. "karma-jasmine": "^1.1.2",
  21. "karma-jasmine-sinon": "^1.0.4",
  22. "karma-spec-reporter": "^0.0.32",
  23. "karma-viewport": "^1.0.7",
  24. "node-sass": "~5.0.0",
  25. "puppeteer": "^5.5.0",
  26. "sinon": "<= 5.0.7"
  27. },
  28. "engine": "node >= 6.9"
  29. }