-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 959 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 959 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
34
35
36
37
{
"name": "graphqlserv",
"version": "1.0.0",
"description": "GraphQL Server Test",
"main": "lib/app.js",
"config" : { "port" : "4000" },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./lib/app.js $npm_package_config_port"
},
"repository": {
"type": "git",
"url": "https://github.com/crostonj/goodread_graphql.git"
},
"author": "Jeff Croston",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babel-cli": "^6.5.1"
},
"dependencies": {
"axios": "^0.9.1",
"dataloader": "^1.1.0",
"es6-promise": "^3.1.2",
"express": "^4.13.4",
"express-graphql": "^0.4.9",
"graphql": "^0.4.16",
"graphql-rest-connections": "^1.0.0",
"http": "0.0.0",
"promise": "^7.1.1",
"querystring": "^0.2.0",
"serve-static": "^1.10.2",
"superagent": "^1.7.2",
"superagent-xml2jsparser": "^0.1.1",
"xml2js": "^0.4.16"
}
}