2016-03-28 22:34:50 +02:00
|
|
|
{
|
2016-04-02 10:32:36 +02:00
|
|
|
"name": "accounts-ui",
|
2016-03-28 22:34:50 +02:00
|
|
|
"description": "Accounts UI for React Component in Meteor",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-04-02 10:32:36 +02:00
|
|
|
"url": "https://github.com/studiointeract/accounts-ui.git"
|
2016-03-28 22:34:50 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"meteor",
|
|
|
|
"tracker"
|
|
|
|
],
|
|
|
|
"author": "timbrandin",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-04-02 10:32:36 +02:00
|
|
|
"url": "https://github.com/studiointeract/accounts-ui/issues"
|
2016-03-28 22:34:50 +02:00
|
|
|
},
|
2016-04-02 10:32:36 +02:00
|
|
|
"homepage": "https://github.com/studiointeract/accounts-ui",
|
2017-04-27 18:42:45 +05:30
|
|
|
"dependencies": {
|
|
|
|
"prop-types": "^15.5.8"
|
|
|
|
},
|
2016-10-30 07:56:52 -04:00
|
|
|
"peerDependencies": {
|
2017-04-05 23:12:46 +02:00
|
|
|
"react": "^15.0.0",
|
|
|
|
"react-dom": "^15.0.0",
|
|
|
|
"react-addons-pure-render-mixin": "^15.0.0"
|
2016-03-28 22:34:50 +02:00
|
|
|
}
|
|
|
|
}
|