-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
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
{
"name": "blaze-apollo-example",
"version": "0.0.1",
"private": true,
"description": "An example showing the Blaze integration with Apollo",
"scripts": {
"eslint": "eslint .",
"start": "meteor run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Swydo/blaze-apollo-example.git"
},
"keywords": [
"blaze",
"apollo",
"graphql",
"meteor"
],
"author": "Michiel ter Reehorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/Swydo/blaze-apollo-example/issues"
},
"homepage": "https://github.com/Swydo/blaze-apollo-example#readme",
"dependencies": {
"apollo-client": "1.8.1",
"babel-runtime": "^6.23.0",
"dataloader": "^1.2.0",
"graphql": "^0.9.1",
"graphql-server-core": "^0.6.0",
"graphql-subscriptions": "^0.3.0",
"graphql-tools": "0.11.0",
"request": "^2.81.0",
"request-promise-native": "^1.0.3"
},
"devDependencies": {
"@playlyfe/gql": "^2.2.1",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0"
}
}