package.json 603 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "jest-jasmine2",
  3. "version": "22.4.4",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git"
  7. },
  8. "license": "MIT",
  9. "main": "build/index.js",
  10. "dependencies": {
  11. "chalk": "^2.0.1",
  12. "co": "^4.6.0",
  13. "expect": "^22.4.0",
  14. "graceful-fs": "^4.1.11",
  15. "is-generator-fn": "^1.0.0",
  16. "jest-diff": "^22.4.0",
  17. "jest-matcher-utils": "^22.4.0",
  18. "jest-message-util": "^22.4.0",
  19. "jest-snapshot": "^22.4.0",
  20. "jest-util": "^22.4.1",
  21. "source-map-support": "^0.5.0"
  22. },
  23. "devDependencies": {
  24. "jest-runtime": "^22.4.4"
  25. }
  26. }