-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 760 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 760 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
{
"name": "nwl",
"version": "1.0.0",
"description": "<h1 align=\"center\"> <img width=\"800\" src=\"assets/titulo.png\" /> </h1>",
"main": "src/server.js",
"scripts": {
"start": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivobass/NextLevelWeek.git"
},
"keywords": [],
"author": "Ivo Baptista",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivobass/NextLevelWeek/issues"
},
"homepage": "https://github.com/ivobass/NextLevelWeek#readme",
"dependencies": {
"express": "^4.17.1",
"nunjucks": "^3.2.1",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}