package.json 797 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "is-ci",
  3. "version": "2.0.0",
  4. "description": "Detect if the current environment is a CI server",
  5. "bin": "bin.js",
  6. "main": "index.js",
  7. "dependencies": {
  8. "ci-info": "^2.0.0"
  9. },
  10. "devDependencies": {
  11. "clear-module": "^3.0.0",
  12. "standard": "^12.0.1"
  13. },
  14. "scripts": {
  15. "test": "standard && node test.js"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/watson/is-ci.git"
  20. },
  21. "keywords": [
  22. "ci",
  23. "continuous",
  24. "integration",
  25. "test",
  26. "detect"
  27. ],
  28. "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/watson/is-ci/issues"
  32. },
  33. "homepage": "https://github.com/watson/is-ci",
  34. "coordinates": [
  35. 55.778272,
  36. 12.593116
  37. ]
  38. }