accounts-ui/package.json
2016-04-02 10:32:36 +02:00

24 lines
595 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": {
"react": ">=0.14.7 || ^15.0.0-rc.2",
"react-dom": ">=0.14.7 || ^15.0.0-rc.2",
"tracker-component": "^1.3.11"
}
}