mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-04 09:21:41 -05:00
27 lines
631 B
JSON
27 lines
631 B
JSON
{
|
|
"name": "accounts-ui",
|
|
"description": "Accounts UI for React Component in Meteor",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/studiointeract/accounts-ui.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"meteor",
|
|
"tracker"
|
|
],
|
|
"author": "timbrandin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/studiointeract/accounts-ui/issues"
|
|
},
|
|
"homepage": "https://github.com/studiointeract/accounts-ui",
|
|
"dependencies": {
|
|
"prop-types": "^15.5.8"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^15.0.0",
|
|
"react-dom": "^15.0.0",
|
|
"react-addons-pure-render-mixin": "^15.0.0"
|
|
}
|
|
}
|