-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "meteor-apollo-accounts-example",
"description": "",
"version": "1.0.0",
"main": "main.js",
"devDependencies": {},
"scripts": {
"dev": "Meteor",
"start": "Meteor",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"apollo-client": "^0.5.1",
"apollo-server": "^0.3.3",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"graphql": "^0.7.1",
"graphql-server-express": "^0.4.3",
"graphql-subscriptions": "^0.2.1",
"graphql-tag": "^0.1.14",
"graphql-tools": "^0.8.0",
"graphql-typings": "0.0.1-beta-2",
"meteor-apollo-accounts": "^1.3.0",
"meteor-node-stubs": "^0.2.3",
"notie": "^3.9.4",
"react": "^15.3.2",
"react-apollo": "^0.5.16",
"react-dom": "^15.3.2",
"react-facebook-login": "^3.4.0",
"react-google-login": "^2.5.8",
"react-router": "^3.0.0",
"subscriptions-transport-ws": "^0.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janikvonrotz/meteor-apollo-accounts-example.git"
},
"author": "Janik von Rotz",
"license": "ISC",
"bugs": {
"url": "https://github.com/janikvonrotz/meteor-apollo-accounts-example/issues"
},
"homepage": "https://github.com/janikvonrotz/meteor-apollo-accounts-example#readme"
}