-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 739 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": "vuejs-ecommerce-api",
"version": "1.0.0",
"description": "API desenvolvida para o curso de Vue.js 2 na Prática da Webschool",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "nodemon app.js"
},
"keywords": [
"api",
"nodejs",
"node",
"mongodb",
"mongo",
"mongoose",
"vuejs",
"vue",
"webschool",
"cursos",
"hapijs",
"hapi",
"jwt",
"jsonwebtoken"
],
"author": "Ednilson Amaral <http://ednilsonamaral.me>",
"license": "MIT",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"hapi": "^16.4.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"mongoose": "^4.10.5",
"nodemon": "^1.11.0"
}
}