-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (42 loc) · 998 Bytes
/
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
{
"name": "graphql-aws",
"version": "0.0.1",
"description": "Amazon AWS GraphQL API",
"repository": {
"type": "git",
"url": "https://github.com/jonsharratt/graphql-aws.git"
},
"keywords": [
"GraphQL",
"AWS"
],
"bugs": {
"url": "https://github.com/jonsharratt/graphql-aws/issues"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"babel-core": "^6.1.21",
"babel-preset-es2015": "^6.1.18",
"babel-plugin-graphql-js": "0.0.4",
"babel-eslint": "^3.1.18",
"chai": "^3.4.1",
"eslint": "^1.10.1",
"mocha": "^2.3.4",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2"
},
"author": "Red Badger Consulting Ltd",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1.36",
"express": "^4.13.3",
"express-graphql": "^0.4.4",
"bluebird": "^2.9.32",
"graphql": "^0.4.13"
}
}