package.json 750 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "require-main-filename",
  3. "version": "1.0.1",
  4. "description": "shim for require.main.filename() that works in as many environments as possible",
  5. "main": "index.js",
  6. "scripts": {
  7. "pretest": "standard",
  8. "test": "tap --coverage test.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
  13. },
  14. "keywords": [
  15. "require",
  16. "shim",
  17. "iisnode"
  18. ],
  19. "author": "Ben Coe <ben@npmjs.com>",
  20. "license": "ISC",
  21. "bugs": {
  22. "url": "https://github.com/yargs/require-main-filename/issues"
  23. },
  24. "homepage": "https://github.com/yargs/require-main-filename#readme",
  25. "devDependencies": {
  26. "chai": "^3.5.0",
  27. "standard": "^6.0.5",
  28. "tap": "^5.2.0"
  29. }
  30. }