2016-03-28 22:34:50 +02:00
|
|
|
{
|
|
|
|
"name": "react-accounts",
|
|
|
|
"description": "Accounts UI for React Component in Meteor",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-03-28 22:56:34 +02:00
|
|
|
"url": "https://github.com/studiointeract/react-accounts-ui.git"
|
2016-03-28 22:34:50 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"meteor",
|
|
|
|
"tracker"
|
|
|
|
],
|
|
|
|
"author": "timbrandin",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-03-28 22:56:34 +02:00
|
|
|
"url": "https://github.com/studiointeract/react-accounts-ui/issues"
|
2016-03-28 22:34:50 +02:00
|
|
|
},
|
2016-03-28 22:56:34 +02:00
|
|
|
"homepage": "https://github.com/studiointeract/react-accounts-ui",
|
2016-03-28 22:34:50 +02:00
|
|
|
"dependencies": {
|
2016-03-29 14:38:54 +02:00
|
|
|
"react": ">=0.14.7 || ^15.0.0-rc.2",
|
|
|
|
"react-dom": ">=0.14.7 || ^15.0.0-rc.2",
|
|
|
|
"tracker-component": "^1.3.8"
|
2016-03-28 22:34:50 +02:00
|
|
|
}
|
|
|
|
}
|