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

12345678910111213141516171819202122232425262728293031
  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. "dependencies": {},
  13. "devDependencies": {
  14. "bower": "~1.8.0",
  15. "handlebars": "^4.0.5",
  16. "jasmine-core": "~2.5.2",
  17. "jasmine-sinon": "^0.4.0",
  18. "jsdoc": "~3.4.0",
  19. "karma": "^1.5.0",
  20. "karma-coverage": "*",
  21. "karma-jasmine": "^1.1.0",
  22. "karma-jasmine-sinon": "^1.0.4",
  23. "karma-junit-reporter": "*",
  24. "karma-phantomjs-launcher": "*",
  25. "karma-viewport": "^0.4.2",
  26. "phantomjs-prebuilt": "*",
  27. "node-sass": "~4.1.1",
  28. "sinon": "*"
  29. },
  30. "engine": "node >= 6.9"
  31. }