package.json 798 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "ci-info",
  3. "version": "2.0.0",
  4. "description": "Get details about the current Continuous Integration environment",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "clear-require": "^1.0.1",
  9. "standard": "^12.0.1",
  10. "tape": "^4.9.1"
  11. },
  12. "scripts": {
  13. "test": "standard && node test.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/watson/ci-info.git"
  18. },
  19. "keywords": [
  20. "ci",
  21. "continuous",
  22. "integration",
  23. "test",
  24. "detect"
  25. ],
  26. "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/watson/ci-info/issues"
  30. },
  31. "homepage": "https://github.com/watson/ci-info",
  32. "coordinates": [
  33. 55.778231,
  34. 12.593179
  35. ]
  36. }