mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-04 17:31:41 -05:00
27 lines
615 B
JSON
27 lines
615 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": {
|
|
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=0.14.7 || ^15.0.0",
|
|
"react-dom": ">=0.14.7 || ^15.0.0",
|
|
"tracker-component": "^1.3.16"
|
|
}
|
|
}
|