accounts-ui/package.json

25 lines
611 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"
}
}