package.json 675 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "get-caller-file",
  3. "version": "1.0.2",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "tests"
  8. },
  9. "files": [
  10. "index.js"
  11. ],
  12. "scripts": {
  13. "test": "mocha test",
  14. "test:debug": "mocha test"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  19. },
  20. "author": "Stefan Penner",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/stefanpenner/get-caller-file/issues"
  24. },
  25. "homepage": "https://github.com/stefanpenner/get-caller-file#readme",
  26. "devDependencies": {
  27. "chai": "^3.4.1",
  28. "ensure-posix-path": "^1.0.1",
  29. "mocha": "^2.3.4"
  30. }
  31. }