forked from fdnd-task/connect-your-tribe-squad-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 878 Bytes
/
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
{
"name": "connect-your-tribe-profile-card",
"version": "1.0.0",
"description": "Redesign je squadpage op basis van een bestaande API.",
"main": "index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node 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": "J.P. Sturkenboom <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fdnd-task/connect-your-tribe-profile-card/issues"
},
"homepage": "https://github.com/fdnd-task/connect-your-tribe-profile-card#readme",
"dependencies": {
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2"
}
}