mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a92bc51e0a
This ensures that broken npm versions won't crash when doing install --production
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"name": "react-addons-template",
|
|
"version": "0.15.0-alpha.1",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react",
|
|
"react-addon"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"react": "^0.15.0-alpha.1"
|
|
}
|
|
}
|