-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 813 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 813 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
{
"name": "nodejs-api",
"version": "1.0.0",
"description": "Implementation of the tutorial at https://medium.freecodecamp.org/how-to-setup-a-powerful-api-with-nodejs-graphql-mongodb-hapi-and-swagger-e251ac189649",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MilesGrey/nodejs-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MilesGrey/nodejs-api/issues"
},
"homepage": "https://github.com/MilesGrey/nodejs-api#readme",
"dependencies": {
"apollo-server-hapi": "^1.3.6",
"graphql": "^0.13.2",
"hapi": "^17.5.1",
"hapi-swagger": "^9.1.1",
"inert": "^5.1.0",
"mongoose": "^5.1.4",
"nodemon": "^1.17.5",
"vision": "^5.3.3"
}
}