package.json 634 B

123456789101112131415161718192021222324252627
  1. {
  2. "author": "Dan Jenkins <dan.jenkins@holidayextras.com> (www.dan-jenkins.co.uk)",
  3. "name": "saucelabs",
  4. "description": "A wrapper around Sauce Labs REST API",
  5. "version": "1.5.0",
  6. "homepage": "https://github.com/holidayextras/node-saucelabs",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/holidayextras/node-saucelabs.git"
  10. },
  11. "devDependencies": {
  12. "jshint": "*",
  13. "mocha": "1.9.x",
  14. "chai": "1.5.x",
  15. "nock": "0.17.x",
  16. "url": "0.11.0"
  17. },
  18. "engines": {
  19. "node": "*"
  20. },
  21. "scripts": {
  22. "test": "make lint test"
  23. },
  24. "dependencies": {
  25. "https-proxy-agent": "^2.2.1"
  26. }
  27. }