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

123456789101112131415161718192021222324
  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. "karma": "~1.3.0",
  15. "karma-jasmine": "~1.0.2",
  16. "karma-junit-reporter": "*",
  17. "karma-coverage": "*",
  18. "karma-phantomjs-launcher": "*",
  19. "phantomjs-prebuilt": "*",
  20. "jasmine-core": "~2.5.2",
  21. "node-sass": "~4.1.1"
  22. },
  23. "engine": "node >= 0.8"
  24. }