-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1011 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1011 Bytes
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
{
"name": "@matteodem/meteor-graphqlizer",
"version": "1.0.0",
"description": "Make your meteor mongo collections accessible over a graphql endpoint",
"repository": {
"type": "git",
"url": "git+https://github.com/matteodem/graphqlizer.git"
},
"author": "Matteo Demicheli",
"license": "AGPL-3.0",
"homepage": "https://github.com/matteodem/graphqlizer",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"dependencies": {
"apollo-client": "^1.0.0",
"body-parser": "^1.16.1",
"express": "^4.14.0",
"graphql": "^0.9.1",
"graphql-server-express": "^0.6.0",
"graphql-tools": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^6.1.2",
"eslint": "^4.18.2",
"eslint-import-resolver-meteor": "^0.3.3",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-meteor": "4.0.0",
"eslint-plugin-prettier": "^2.0.1",
"isomorphic-fetch": "^2.2.1",
"prettier": "^0.20.0",
"spacejam": "^1.6.1"
}
}