-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 761 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
{
"name": "happy",
"version": "1.0.0",
"description": "<p align=\"center\">\r <img src=\"https://user-images.githubusercontent.com/59374587/95769432-3c361a00-0c8e-11eb-8ce7-9ee9a66f32af.png\" width=\"10%\" alt=\"Happy Logo\"/>\r </p>",
"main": "index.js",
"scripts": {
"start": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felipecastrosales/Happy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/felipecastrosales/Happy/issues"
},
"homepage": "https://github.com/felipecastrosales/Happy#readme",
"dependencies": {
"express": "^4.17.1",
"hbs": "^4.1.1",
"nodemon": "^2.0.5",
"sqlite-async": "^1.1.0"
}
}