package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "istanbul-api",
  3. "version": "1.3.7",
  4. "description": "High level API for istanbul features",
  5. "main": "index.js",
  6. "files": [
  7. "lib",
  8. "index.js"
  9. ],
  10. "scripts": {
  11. "fast": "mocha --slow 1000",
  12. "pretest": "jshint index.js lib/ test/",
  13. "test": "mocha"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
  18. },
  19. "keywords": [
  20. "istanbul",
  21. "api"
  22. ],
  23. "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
  24. "license": "BSD-3-Clause",
  25. "bugs": {
  26. "url": "https://github.com/istanbuljs/istanbuljs/issues"
  27. },
  28. "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
  29. "devDependencies": {
  30. "chai": "^3.0.0",
  31. "is-windows": "^1.0.0",
  32. "jshint": "^2.8.0",
  33. "memory-streams": "^0.1.0",
  34. "mocha": "^3.1.2",
  35. "rimraf": "^2.6.1"
  36. },
  37. "dependencies": {
  38. "async": "^2.1.4",
  39. "fileset": "^2.0.2",
  40. "istanbul-lib-coverage": "^1.2.1",
  41. "istanbul-lib-hook": "^1.2.2",
  42. "istanbul-lib-instrument": "^1.10.2",
  43. "istanbul-lib-report": "^1.1.5",
  44. "istanbul-lib-source-maps": "^1.2.6",
  45. "istanbul-reports": "^1.5.1",
  46. "js-yaml": "^3.7.0",
  47. "mkdirp": "^0.5.1",
  48. "once": "^1.4.0"
  49. }
  50. }