forked from thebigredgeek/apollo-resolvers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
45
46
47
48
{
"name": "apollo-resolvers",
"version": "1.0.2",
"description": "Expressive and composable resolvers for Apollostack's GraphQL server Edit",
"main": "dist/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thebigredgeek/apollo-resolvers.git"
},
"keywords": [
"graphql",
"resolvers",
"apollo",
"api"
],
"author": "Andrew E. Rhyne",
"contributors": [
"Zach Tratar <[email protected]"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/thebigredgeek/apollo-resolvers/issues"
},
"homepage": "https://github.com/thebigredgeek/apollo-resolvers#readme",
"dependencies": {
"deepmerge": "^1.3.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.18.0",
"bluebird": "^3.5.0",
"chai": "^3.5.0",
"eslint": "^3.8.1",
"eslint-plugin-babel": "^3.3.0",
"express": "^4.15.2",
"graphql-server-express": "^0.6.0",
"mocha": "^3.1.2",
"rimraf": "^2.5.4",
"sinon": "^1.17.7",
"supertest": "^3.0.0"
}
}