UNPKG

690 BJSONView Raw
1{
2 "name": "jest-react",
3 "version": "0.8.1",
4 "description": "Jest matchers and utilities for testing React components.",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/facebook/react.git",
9 "directory": "packages/jest-react"
10 },
11 "keywords": [
12 "react",
13 "jest",
14 "react-testing"
15 ],
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/facebook/react/issues"
19 },
20 "homepage": "https://reactjs.org/",
21 "peerDependencies": {
22 "jest": "^23.0.1",
23 "react": "^16.0.0",
24 "react-test-renderer": "^16.0.0"
25 },
26 "files": [
27 "LICENSE",
28 "README.md",
29 "build-info.json",
30 "index.js",
31 "cjs/"
32 ]
33}