package.json 607 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "detect-node",
  3. "version": "2.1.0",
  4. "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
  5. "main": "index.js",
  6. "module": "index.esm.js",
  7. "browser": "browser.js",
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/iliakan/detect-node"
  14. },
  15. "keywords": [
  16. "detect",
  17. "node"
  18. ],
  19. "author": "Ilya Kantor",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/iliakan/detect-node/issues"
  23. },
  24. "homepage": "https://github.com/iliakan/detect-node"
  25. }