accounts-ui/package.json
2016-03-29 03:16:01 +02:00

25 lines
613 B
JSON

{
"name": "react-accounts",
"version": "1.0.1",
"description": "Accounts UI for React Component in Meteor",
"repository": {
"type": "git",
"url": "https://github.com/studiointeract/react-accounts-ui.git"
},
"keywords": [
"react",
"meteor",
"tracker"
],
"author": "timbrandin",
"license": "MIT",
"bugs": {
"url": "https://github.com/studiointeract/react-accounts-ui/issues"
},
"homepage": "https://github.com/studiointeract/react-accounts-ui",
"dependencies": {
"react": "^15.0.0-rc.2",
"react-dom": "^15.0.0-rc.2",
"tracker-component": "^1.3.3"
}
}