mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
29 lines
483 B
JSON
29 lines
483 B
JSON
{
|
|
"name": "react-addons-test-utils",
|
|
"version": "15.6.2",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react",
|
|
"react-addon"
|
|
],
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react-dom": "^15.4.2"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"prepublish": "npm test"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^19.0.2",
|
|
"react": "^15.4.2",
|
|
"react-dom": "^15.4.2"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
]
|
|
}
|