forked from fdnd-task/connect-your-tribe-squad-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (39 loc) · 1.04 KB
/
package.json
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
38
39
40
{
"name": "connect-your-tribe-squad-page",
"version": "1.0.0",
"description": "Redesign met je squad een squadpagina op basis van een bestaande API.",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node index.js ",
"devStart": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fdnd-task/connect-your-tribe-profile-card.git"
},
"keywords": [
"node",
"express",
"ejs"
],
"author": "Siem Postmus <[email protected]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Siem-P/connect-your-tribe-squad-page/issues"
},
"homepage": "https://github.com/Siem-P/connect-your-tribe-squad-page#readme",
"dependencies": {
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"request": "^2.88.2"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}