accounts-ui/package.json

28 lines
615 B
JSON
Raw Normal View History

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",
2016-03-28 22:34:50 +02:00
"dependencies": {
2016-10-29 22:51:21 -04:00
},
2016-10-30 07:56:52 -04:00
"peerDependencies": {
"react": ">=0.14.7 || ^15.0.0",
"react-dom": ">=0.14.7 || ^15.0.0",
2016-04-12 16:38:47 +02:00
"tracker-component": "^1.3.16"
2016-03-28 22:34:50 +02:00
}
}