UNPKG

945 BJSONView Raw
1{
2 "name": "jest-react",
3 "version": "0.4.2",
4 "description": "Jest matchers and utilities for testing React components.",
5 "main": "index.js",
6 "repository": "facebook/react",
7 "keywords": [
8 "react",
9 "jest",
10 "react-testing"
11 ],
12 "license": "MIT",
13 "bugs": {
14 "url": "https://github.com/facebook/react/issues"
15 },
16 "homepage": "https://reactjs.org/",
17 "peerDependencies": {
18 "jest": "^23.0.1",
19 "react": "^16.6.3",
20 "react-test-renderer": "^16.6.3"
21 },
22 "files": [
23 "LICENSE",
24 "README.md",
25 "index.js",
26 "cjs/"
27 ],
28 "buildInfo": {
29 "buildID": "0c756fb-f7f79fd",
30 "checksum": "d94496cd35663b7e3250c3d4a9069d8229b72b27",
31 "unstable": false,
32 "partial": false,
33 "packages": [
34 "create-subscription",
35 "jest-react",
36 "react",
37 "react-art",
38 "react-dom",
39 "react-is",
40 "react-reconciler",
41 "react-test-renderer",
42 "scheduler"
43 ]
44 }
45}
\No newline at end of file