accounts-ui/package.json

25 lines
591 B
JSON
Raw Normal View History

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": {
"react": "^15.0.0-rc.2",
"react-dom": "^15.0.0-rc.2",
2016-03-29 03:16:01 +02:00
"tracker-component": "^1.3.3"
2016-03-28 22:34:50 +02:00
}
}