mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
22 lines
364 B
JSON
22 lines
364 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"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js"
|
|
]
|
|
}
|