accounts-ui/package.json
2017-06-15 14:14:21 +02:00

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"
}
}