package.json 826 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "istanbul-lib-hook",
  3. "version": "1.2.2",
  4. "description": "Hooks for require, vm and script used in istanbul",
  5. "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
  6. "main": "index.js",
  7. "files": [
  8. "lib",
  9. "index.js"
  10. ],
  11. "scripts": {
  12. "pretest": "jshint index.js lib/ test/",
  13. "test": "mocha"
  14. },
  15. "dependencies": {
  16. "append-transform": "^0.4.0"
  17. },
  18. "devDependencies": {
  19. "chai": "^3.0.0",
  20. "jshint": "^2.8.0",
  21. "mocha": "^3.2.0"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  26. },
  27. "keywords": [
  28. "istanbul",
  29. "hook"
  30. ],
  31. "license": "BSD-3-Clause",
  32. "bugs": {
  33. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  34. },
  35. "homepage": "https://github.com/istanbuljs/istanbuljs#readme"
  36. }