mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"name": "react-addons-template",
|
|
"version": "16.0.0-alpha",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react",
|
|
"react-addon"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0-alpha"
|
|
}
|
|
}
|