Files
Nathan Hunzaker 5634f0d113 15.6.2
2017-09-25 17:02:44 -07:00

32 lines
611 B
JSON

{
"name": "react-test-renderer",
"version": "15.6.2",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": "facebook/react",
"keywords": [
"react",
"react-native",
"react-testing"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://facebook.github.io/react/",
"dependencies": {
"fbjs": "^0.8.9",
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^15.6.2"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"shallow.js",
"lib/"
]
}