mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +00:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"name": "react-addons-template",
|
|
"version": "0.15.0-alpha",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react",
|
|
"react-addon"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"peerDependencies": {
|
|
"react": "^0.15.0-alpha"
|
|
}
|
|
}
|