package.json 441 B

12345678910111213141516171819
  1. {
  2. "name": "expect",
  3. "version": "22.4.3",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git"
  7. },
  8. "license": "MIT",
  9. "main": "build/index.js",
  10. "browser": "build-es5/index.js",
  11. "dependencies": {
  12. "ansi-styles": "^3.2.0",
  13. "jest-diff": "^22.4.3",
  14. "jest-get-type": "^22.4.3",
  15. "jest-matcher-utils": "^22.4.3",
  16. "jest-message-util": "^22.4.3",
  17. "jest-regex-util": "^22.4.3"
  18. }
  19. }